Skip to content

Commit 40514e4

Browse files
Update from copier (2025-12-14T00:44:27)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16ecfe2 commit 40514e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 55f9353
2+
_commit: b74d698
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: make coverage
6161

6262
- name: Upload test results (Python)
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6666
path: junit.xml
@@ -79,7 +79,7 @@ jobs:
7979
- name: Make dist
8080
run: make dist
8181

82-
- uses: actions/upload-artifact@v5
82+
- uses: actions/upload-artifact@v6
8383
with:
8484
name: dist-${{matrix.os}}
8585
path: dist

0 commit comments

Comments
 (0)