Skip to content

Commit 4f035af

Browse files
authored
Merge pull request #165 from Point72/copier-update-2025-12-14T00-37-59
Update from copier (2025-12-14T00:37:59)
2 parents a606591 + 7fc358f commit 4f035af

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
@@ -53,7 +53,7 @@ jobs:
5353
run: make coverage
5454

5555
- name: Upload test results (Python)
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: py-test-results-${{ matrix.os }}-${{ matrix.python-version }}-
5959
path: junit.xml
@@ -74,7 +74,7 @@ jobs:
7474
- name: Twine check
7575
run: make dist
7676

77-
- uses: actions/upload-artifact@v5
77+
- uses: actions/upload-artifact@v6
7878
with:
7979
name: dist-${{matrix.os}}
8080
path: dist

0 commit comments

Comments
 (0)