Skip to content

Commit aa51cce

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#456)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c50c94 commit aa51cce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
key: validation_files_lfs_${{ matrix.type }}
9696
path: validation_files.tar.zst
9797
- name: download timeline build
98-
uses: actions/download-artifact@v7
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: build_timeline
101101
- name: untar
@@ -141,7 +141,7 @@ jobs:
141141
key: validation_files_lfs_${{ matrix.type }}
142142
path: validation_files.tar.zst
143143
- name: download timeline build
144-
uses: actions/download-artifact@v7
144+
uses: actions/download-artifact@v8
145145
with:
146146
name: build_timeline
147147
- name: untar
@@ -174,13 +174,13 @@ jobs:
174174
steps:
175175
- uses: actions/checkout@v6
176176
- name: download outfiles
177-
uses: actions/download-artifact@v7
177+
uses: actions/download-artifact@v8
178178
with:
179179
pattern: outfiles_*
180180
merge-multiple: true
181181
path: outfiles
182182
- name: download timeline build
183-
uses: actions/download-artifact@v7
183+
uses: actions/download-artifact@v8
184184
with:
185185
name: build_timeline
186186
- name: untar

0 commit comments

Comments
 (0)