We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6a7847 + d409055 commit 774e4e5Copy full SHA for 774e4e5
.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: js
.github/workflows/build.yaml
@@ -63,7 +63,7 @@ jobs:
63
if: matrix.os == 'ubuntu-latest'
64
65
- name: Upload test results
66
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
67
with:
68
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
69
path: '**/junit.xml'
@@ -84,7 +84,7 @@ jobs:
84
run: make dist
85
86
87
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
88
89
name: dist-${{matrix.os}}
90
path: dist
0 commit comments