Skip to content

Commit 3fd56f5

Browse files
[deps]: Update dawidd6/action-download-artifact action to v19 (#474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7009eee commit 3fd56f5

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@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
66+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
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@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
113+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
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@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
91+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
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
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Download extension artifact
112112
id: get-build-artifact
113-
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
113+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
114114
with:
115115
github_token: ${{ secrets.GITHUB_TOKEN }}
116116
workflow: build-browser.yml
@@ -162,7 +162,7 @@ jobs:
162162
run: npm run seed:vault:ciphers
163163

164164
- name: Download test site build
165-
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
165+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
166166
with:
167167
github_token: ${{ secrets.GITHUB_TOKEN }}
168168
workflow: build.yml

.github/workflows/test-all.yml

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

107107
- name: Download extension artifact
108108
id: get-build-artifact
109-
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
109+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
110110
with:
111111
github_token: ${{ secrets.GITHUB_TOKEN }}
112112
workflow: build-browser.yml
@@ -163,7 +163,7 @@ jobs:
163163
run: npm run seed:vault:ciphers
164164

165165
- name: Download test site build
166-
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
166+
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
167167
with:
168168
github_token: ${{ secrets.GITHUB_TOKEN }}
169169
workflow: build.yml

0 commit comments

Comments
 (0)