Skip to content

Commit 0c9c848

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#401)
1 parent ed7e063 commit 0c9c848

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
@@ -96,7 +96,7 @@ jobs:
9696
key: validation_files_${{ matrix.type }}
9797
path: validation_files.tar.zst
9898
- name: download timeline build
99-
uses: actions/download-artifact@v5
99+
uses: actions/download-artifact@v6
100100
with:
101101
name: build_timeline
102102
- name: untar
@@ -142,7 +142,7 @@ jobs:
142142
key: validation_files_${{ matrix.type }}
143143
path: validation_files.tar.zst
144144
- name: download timeline build
145-
uses: actions/download-artifact@v5
145+
uses: actions/download-artifact@v6
146146
with:
147147
name: build_timeline
148148
- name: untar
@@ -175,13 +175,13 @@ jobs:
175175
steps:
176176
- uses: actions/checkout@v5
177177
- name: download outfiles
178-
uses: actions/download-artifact@v5
178+
uses: actions/download-artifact@v6
179179
with:
180180
pattern: outfiles_*
181181
merge-multiple: true
182182
path: outfiles
183183
- name: download timeline build
184-
uses: actions/download-artifact@v5
184+
uses: actions/download-artifact@v6
185185
with:
186186
name: build_timeline
187187
- name: untar

0 commit comments

Comments
 (0)