Skip to content

Commit 281d2e1

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/github_actions/actions/download-artifact-6' and 'origin/dependabot/github_actions/actions/upload-artifact-5'
3 parents 6b54f7a + 48e6adf + 0d61df1 commit 281d2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build SDist
2222
run: python ./setup.py sdist
2323

24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v5
2525
with:
2626
path: dist/*.tar.gz
2727

@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
5050
steps:
51-
- uses: actions/download-artifact@v5
51+
- uses: actions/download-artifact@v6
5252
with:
5353
# The above jobs yield a combined artifacts archive
5454
name: artifact

0 commit comments

Comments
 (0)