Skip to content

Commit bd2d08a

Browse files
authored
Merge pull request #45 from python-project-templates/copier-update-2025-12-14T00-45-33
Update from copier (2025-12-14T00:45:33)
2 parents 0f13e94 + f549278 commit bd2d08a

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: 55f9353
2+
_commit: b74d698
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
@@ -112,7 +112,7 @@ jobs:
112112
run: make coverage
113113

114114
- name: Upload test results (Python)
115-
uses: actions/upload-artifact@v5
115+
uses: actions/upload-artifact@v6
116116
with:
117117
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
118118
path: junit.xml
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131

132-
- uses: actions/upload-artifact@v5
132+
- uses: actions/upload-artifact@v6
133133
with:
134134
name: dist-${{matrix.os}}-${{matrix.python-version}}
135135
path: dist

0 commit comments

Comments
 (0)