Skip to content

Commit 80b3642

Browse files
Bump the gha-updates group with 2 updates (#264)
1 parent 0326f28 commit 80b3642

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
- name: Build wheel
5454
run: uv build --no-sources --wheel -o dist
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v5
5757
name: Upload wheel as artifact
5858
with:
5959
name: wheels-py${{ matrix.python-version }}
6060
path: |
6161
./dist/*.whl
6262
63-
- uses: actions/upload-artifact@v4
63+
- uses: actions/upload-artifact@v5
6464
name: Upload test results
6565
if: always()
6666
with:
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build SDist
8282
run: uv build --no-sources --sdist -o dist
8383

84-
- uses: actions/upload-artifact@v4
84+
- uses: actions/upload-artifact@v5
8585
with:
8686
name: sdist
8787
path: dist/*.tar.gz
@@ -112,14 +112,14 @@ jobs:
112112
- uses: actions/checkout@v5
113113

114114
- name: Download wheel artifacts
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6
116116
with:
117117
pattern: wheels-*
118118
path: ./artifacts
119119
merge-multiple: true
120120

121121
- name: Download sdist artifact
122-
uses: actions/download-artifact@v5
122+
uses: actions/download-artifact@v6
123123
with:
124124
name: sdist
125125
path: ./artifacts

0 commit comments

Comments
 (0)