We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d8eda commit a9b88cfCopy full SHA for a9b88cf
1 file changed
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
attestations: write # to persist the attestation files
47
steps:
48
- name: Download distributions
49
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
50
with:
51
name: distributions
52
path: dist/
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments