We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9660b7 commit 944b37eCopy full SHA for 944b37e
.github/workflows/pythonapp.yml
@@ -59,7 +59,7 @@ jobs:
59
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
60
needs: [test]
61
steps:
62
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
63
with:
64
name: Packages
65
path: dist
0 commit comments