We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551a964 commit b300e6bCopy full SHA for b300e6b
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
python setup.py sdist
61
62
- name: Upload build artifacts
63
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
64
with:
65
name: wheelstorage-${{ matrix.os }}
66
path: ./dist/*
@@ -93,7 +93,7 @@ jobs:
93
shell: bash
94
95
- name: Download release assets for ${{ matrix.os }}
96
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
97
98
99
path: dist
0 commit comments