There was an error while loading. Please reload this page.
2 parents f409bdf + 59c8883 commit 2023834Copy full SHA for 2023834
.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: python
.github/workflows/build.yaml
@@ -55,7 +55,7 @@ jobs:
55
run: make coverage
56
57
- name: Upload test results (Python)
58
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
59
with:
60
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
61
path: junit.xml
@@ -74,7 +74,7 @@ jobs:
74
- name: Make dist
75
run: make dist
76
77
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
78
79
name: dist-${{matrix.os}}
80
path: dist
0 commit comments