We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5379910 + 77e7e76 commit 712e963Copy full SHA for 712e963
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 55f9353
+_commit: b74d698
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: false
5
add_extension: python
.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: make coverage
58
59
- name: Upload test results (Python)
60
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
61
with:
62
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
63
path: junit.xml
@@ -78,7 +78,7 @@ jobs:
78
- name: Make dist
79
run: make dist
80
81
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
82
83
name: dist-${{matrix.os}}
84
path: dist
0 commit comments