Skip to content

Commit b300e6b

Browse files
Update GitHub Artifact Actions
1 parent 551a964 commit b300e6b

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
@@ -60,7 +60,7 @@ jobs:
6060
python setup.py sdist
6161
6262
- name: Upload build artifacts
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: wheelstorage-${{ matrix.os }}
6666
path: ./dist/*
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494

9595
- name: Download release assets for ${{ matrix.os }}
96-
uses: actions/download-artifact@v6
96+
uses: actions/download-artifact@v7
9797
with:
9898
name: wheelstorage-${{ matrix.os }}
9999
path: dist

0 commit comments

Comments
 (0)