Skip to content

Commit dd16214

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 (#6554)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c4c356 commit dd16214

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/aat-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: install dependencies
7373
run: npm ci
7474
- name: download all reports
75-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
75+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
7676
with:
7777
path: all-blob-reports
7878
pattern: aat-*

.github/workflows/deploy_preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Build docs preview
3434
run: npm run build:docs:preview
3535
- name: Download VRT reports
36-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
36+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
3737
with:
3838
name: vrt
3939
path: docs/public/vrt
4040
- name: Download AAT reports
41-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
41+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
4242
with:
4343
name: aat
4444
path: docs/public/aat

.github/workflows/deploy_preview_forks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Build docs preview
3434
run: npm run build:docs:preview
3535
- name: Download VRT reports
36-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
36+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
3737
with:
3838
name: vrt
3939
path: docs/public/vrt
4040
- name: Download AAT reports
41-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
41+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
4242
with:
4343
name: aat
4444
path: docs/public/aat

.github/workflows/vrt-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: install dependencies
7373
run: npm ci
7474
- name: download all reports
75-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
75+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
7676
with:
7777
path: all-blob-reports
7878
pattern: vrt-*

0 commit comments

Comments
 (0)