We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1399292 + 86893ac commit 84995d5Copy full SHA for 84995d5
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: f812aaa
+_commit: b130c83
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: cpp
.github/workflows/build.yaml
@@ -128,7 +128,7 @@ jobs:
128
run: make coverage
129
130
- name: Upload test results (Python)
131
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
132
with:
133
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
134
path: junit.xml
@@ -145,7 +145,7 @@ jobs:
145
146
token: ${{ secrets.CODECOV_TOKEN }}
147
148
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
149
150
name: dist-${{matrix.os}}-${{matrix.python-version}}
151
path: dist
0 commit comments