Skip to content

Commit 712e963

Browse files
authored
Merge pull request #36 from python-project-templates/copier-update-2025-12-14T00-44-48
Update from copier (2025-12-14T00:44:48)
2 parents 5379910 + 77e7e76 commit 712e963

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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
@@ -57,7 +57,7 @@ jobs:
5757
run: make coverage
5858

5959
- name: Upload test results (Python)
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363
path: junit.xml
@@ -78,7 +78,7 @@ jobs:
7878
- name: Make dist
7979
run: make dist
8080

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

0 commit comments

Comments
 (0)