Skip to content

Commit e7663b2

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

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@v6
98+
uses: actions/download-artifact@v7
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@v6
144+
uses: actions/download-artifact@v7
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@v6
177+
uses: actions/download-artifact@v7
178178
with:
179179
pattern: outfiles_*
180180
merge-multiple: true
181181
path: outfiles
182182
- name: download timeline build
183-
uses: actions/download-artifact@v6
183+
uses: actions/download-artifact@v7
184184
with:
185185
name: build_timeline
186186
- name: untar

0 commit comments

Comments
 (0)