Skip to content

Commit 991e47a

Browse files
Renovate: actions/download-artifact to d3f86a1
1 parent 8ce6206 commit 991e47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Download distributions
4747
# yamllint disable-line rule:line-length
48-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
48+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
4949
with:
5050
name: Packages
5151
path: dist
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: Download distributions
6868
# yamllint disable-line rule:line-length
69-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
69+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
7070
with:
7171
name: Packages
7272
path: dist

0 commit comments

Comments
 (0)