We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805b7c4 commit 32bcf93Copy full SHA for 32bcf93
1 file changed
.github/workflows/pypi-release.yml
@@ -55,7 +55,7 @@ jobs:
55
name: Install Python
56
with:
57
python-version: "3.11"
58
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
59
60
name: releases
61
path: dist
@@ -84,7 +84,7 @@ jobs:
84
if: github.event_name == 'release'
85
runs-on: ubuntu-latest
86
steps:
87
88
89
90
0 commit comments