Skip to content

Commit ebf8126

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d71ae2 commit ebf8126

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/regression.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
entrypoint: /bin/rm
186186
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
187187
- name: Download All artifacts
188-
uses: actions/download-artifact@v4
188+
uses: actions/download-artifact@v5
189189
- name: Uncompress and Move Binaries
190190
run: |
191191
BIN_FOLDER="$PWD/install/bin"
@@ -231,7 +231,7 @@ jobs:
231231
entrypoint: /bin/rm
232232
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
233233
- name: Download All artifacts
234-
uses: actions/download-artifact@v4
234+
uses: actions/download-artifact@v5
235235
- name: Uncompress and Move Binaries
236236
run: |
237237
BIN_FOLDER="$PWD/install/bin"
@@ -276,7 +276,7 @@ jobs:
276276
entrypoint: /bin/rm
277277
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
278278
- name: Download All artifacts
279-
uses: actions/download-artifact@v4
279+
uses: actions/download-artifact@v5
280280
- name: Uncompress and Move Binaries
281281
run: |
282282
BIN_FOLDER="$PWD/install/bin"
@@ -328,17 +328,17 @@ jobs:
328328
entrypoint: /bin/rm
329329
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
330330
- name: Download Base
331-
uses: actions/download-artifact@v4
331+
uses: actions/download-artifact@v5
332332
with:
333333
name: ${{format('Base{0}', matrix.tag)}}
334334
path: ${{format('Base{0}', matrix.tag)}}
335335
- name: Download Reverse
336-
uses: actions/download-artifact@v4
336+
uses: actions/download-artifact@v5
337337
with:
338338
name: ${{format('Reverse{0}', matrix.tag)}}
339339
path: ${{format('Reverse{0}', matrix.tag)}}
340340
- name: Download Forward
341-
uses: actions/download-artifact@v4
341+
uses: actions/download-artifact@v5
342342
with:
343343
name: ${{format('Forward{0}', matrix.tag)}}
344344
path: ${{format('Forward{0}', matrix.tag)}}

0 commit comments

Comments
 (0)