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 8485832 + c987838 commit 44cca53Copy full SHA for 44cca53
.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: 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@v5
+ uses: actions/upload-artifact@v6
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@v5
+ - uses: actions/upload-artifact@v6
88
89
name: dist-${{matrix.os}}
90
path: dist
0 commit comments