We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2c5ca commit 8ac2c27Copy full SHA for 8ac2c27
.github/workflows/cd.yml
@@ -32,7 +32,7 @@ jobs:
32
# upload to PyPI on every tag push
33
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
34
steps:
35
- - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
36
with:
37
name: artifact
38
path: dist
0 commit comments