We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e307059 + c6fa28c commit d509282Copy full SHA for d509282
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: rustjswasm
.github/workflows/build.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: make coverage
66
67
- name: Upload test results (Python)
68
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
69
with:
70
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
71
path: '**/junit.xml'
@@ -106,7 +106,7 @@ jobs:
106
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
107
if: matrix.os != 'ubuntu-latest'
108
109
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
110
111
name: dist-${{matrix.os}}
112
path: dist
0 commit comments