We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a86777 commit 1193e5aCopy full SHA for 1193e5a
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -46,7 +46,7 @@ jobs:
46
permissions:
47
id-token: write
48
steps:
49
- - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
50
with:
51
name: python-package-distributions
52
path: dist/
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments