Skip to content

Commit 175bfda

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#372)
1 parent d6aaaee commit 175bfda

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
@@ -97,7 +97,7 @@ jobs:
9797
key: validation_files_${{ matrix.type }}
9898
path: validation_files.tar.zst
9999
- name: download timeline build
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v5
101101
with:
102102
name: build_timeline
103103
- name: untar
@@ -143,7 +143,7 @@ jobs:
143143
key: validation_files_${{ matrix.type }}
144144
path: validation_files.tar.zst
145145
- name: download timeline build
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
name: build_timeline
149149
- name: untar
@@ -176,13 +176,13 @@ jobs:
176176
steps:
177177
- uses: actions/checkout@v4
178178
- name: download outfiles
179-
uses: actions/download-artifact@v4
179+
uses: actions/download-artifact@v5
180180
with:
181181
pattern: outfiles_*
182182
merge-multiple: true
183183
path: outfiles
184184
- name: download timeline build
185-
uses: actions/download-artifact@v4
185+
uses: actions/download-artifact@v5
186186
with:
187187
name: build_timeline
188188
- name: untar

0 commit comments

Comments
 (0)