Skip to content

Commit 9fd51c7

Browse files
authored
Merge pull request #14 from 1kbgz/copier-update-2025-12-14T00-19-14
Update from copier (2025-12-14T00:19:14)
2 parents d5dc037 + c455a89 commit 9fd51c7

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: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
FSSPEC_S3_ENDPOINT_URL: ${{ secrets.FSSPEC_S3_ENDPOINT_URL }}
5858

5959
- name: Upload test results (Python)
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363
path: junit.xml
@@ -79,7 +79,7 @@ jobs:
7979
run: make dist
8080
if: ${{ matrix.os == 'ubuntu-latest' }}
8181

82-
- uses: actions/upload-artifact@v5
82+
- uses: actions/upload-artifact@v6
8383
with:
8484
name: dist-${{matrix.os}}
8585
path: dist

0 commit comments

Comments
 (0)