Skip to content

Commit 5be4d0f

Browse files
build(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebbe108 commit 5be4d0f

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)