Skip to content

Commit d179847

Browse files
⬆️ Upgrade actions/download-artifact action to v8.0.1 (#192)
2 parents 1ae5378 + 356ea35 commit d179847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ssh-key: ${{ secrets.DEPLOY_KEY }}
5454

5555
- name: Download action artifact
56-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
56+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5757
with:
5858
name: action-dist
5959
path: dist
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787

8888
- name: Download action artifact
89-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
89+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9090
with:
9191
name: action-dist
9292
path: dist

0 commit comments

Comments
 (0)