Skip to content

Commit 774e4e5

Browse files
authored
Merge pull request #67 from python-project-templates/copier-update-2025-10-27T23-40-52
Update from copier (2025-10-27T23:40:52)
2 parents c6a7847 + d409055 commit 774e4e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: f812aaa
2+
_commit: b130c83
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: js

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: matrix.os == 'ubuntu-latest'
6464

6565
- name: Upload test results
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
6969
path: '**/junit.xml'
@@ -84,7 +84,7 @@ jobs:
8484
run: make dist
8585
if: matrix.os == 'ubuntu-latest'
8686

87-
- uses: actions/upload-artifact@v4
87+
- uses: actions/upload-artifact@v5
8888
with:
8989
name: dist-${{matrix.os}}
9090
path: dist

0 commit comments

Comments
 (0)