We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16ecfe2 + 40514e4 commit 8f93d07Copy full SHA for 8f93d07
2 files changed
.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
@@ -60,7 +60,7 @@ jobs:
60
run: make coverage
61
62
- name: Upload test results (Python)
63
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
64
with:
65
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
66
path: junit.xml
@@ -79,7 +79,7 @@ jobs:
79
- name: Make dist
80
run: make dist
81
82
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
83
84
name: dist-${{matrix.os}}
85
path: dist
0 commit comments