Skip to content

Commit 84995d5

Browse files
authored
Merge pull request #41 from python-project-templates/copier-update-2025-10-27T23-43-26
Update from copier (2025-10-27T23:43:26)
2 parents 1399292 + 86893ac commit 84995d5

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: cpp

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: make coverage
129129

130130
- name: Upload test results (Python)
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v5
132132
with:
133133
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
134134
path: junit.xml
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
token: ${{ secrets.CODECOV_TOKEN }}
147147

148-
- uses: actions/upload-artifact@v4
148+
- uses: actions/upload-artifact@v5
149149
with:
150150
name: dist-${{matrix.os}}-${{matrix.python-version}}
151151
path: dist

0 commit comments

Comments
 (0)