Skip to content

Commit 051feb9

Browse files
[deps]: Update dawidd6/action-download-artifact action to v21 (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c7df5d commit 051feb9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/a11y-eval-browser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: echo "{\"flagValues\":$_FEATURE_FLAGS}" > "flags.json"
6464

6565
- name: Download extension artifact
66-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
66+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
6767
with:
6868
github_token: ${{ secrets.GITHUB_TOKEN }}
6969
workflow: build-browser.yml
@@ -110,7 +110,7 @@ jobs:
110110
run: npm run seed:vault:ciphers
111111

112112
- name: Download test site build
113-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
113+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
114114
with:
115115
github_token: ${{ secrets.GITHUB_TOKEN }}
116116
workflow: build.yml

.github/workflows/a11y-eval-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: npm run seed:vault:ciphers
8989

9090
- name: Download test site build
91-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
91+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
9292
with:
9393
github_token: ${{ secrets.GITHUB_TOKEN }}
9494
workflow: build.yml

.github/workflows/test-all-custom-flags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Download extension artifact
114114
id: get-build-artifact
115-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
115+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
116116
with:
117117
github_token: ${{ secrets.GITHUB_TOKEN }}
118118
workflow: build-browser.yml
@@ -164,7 +164,7 @@ jobs:
164164
run: npm run seed:vault:ciphers
165165

166166
- name: Download test site build
167-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
167+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
168168
with:
169169
github_token: ${{ secrets.GITHUB_TOKEN }}
170170
workflow: build.yml

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Download extension artifact
110110
id: get-build-artifact
111-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
111+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
112112
with:
113113
github_token: ${{ secrets.GITHUB_TOKEN }}
114114
workflow: build-browser.yml
@@ -165,7 +165,7 @@ jobs:
165165
run: npm run seed:vault:ciphers
166166

167167
- name: Download test site build
168-
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
168+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
169169
with:
170170
github_token: ${{ secrets.GITHUB_TOKEN }}
171171
workflow: build.yml

0 commit comments

Comments
 (0)