Skip to content

Commit 0852041

Browse files
chore(deps): update github artifact actions
1 parent dfae068 commit 0852041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Upload packages artifact
3131
if: github.event_name == 'release'
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: python-packages
3535
path: dist/
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Download packages artifact
50-
uses: actions/download-artifact@v5
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: python-packages
5353
path: dist/

0 commit comments

Comments
 (0)