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 8ce6206 commit 991e47aCopy full SHA for 991e47a
.github/workflows/deploy.yaml
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
- name: Download distributions
47
# yamllint disable-line rule:line-length
48
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
49
with:
50
name: Packages
51
path: dist
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments