Skip to content

Commit 10599af

Browse files
authored
Merge pull request #2230 from su2code/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 85badc1 + 6f62885 commit 10599af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/regression.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
entrypoint: /bin/rm
148148
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
149149
- name: Download All artifacts
150-
uses: actions/download-artifact@v3
150+
uses: actions/download-artifact@v4
151151
- name: Uncompress and Move Binaries
152152
run: |
153153
BIN_FOLDER="$PWD/install/bin"
@@ -193,7 +193,7 @@ jobs:
193193
entrypoint: /bin/rm
194194
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
195195
- name: Download All artifacts
196-
uses: actions/download-artifact@v3
196+
uses: actions/download-artifact@v4
197197
- name: Uncompress and Move Binaries
198198
run: |
199199
BIN_FOLDER="$PWD/install/bin"
@@ -245,17 +245,17 @@ jobs:
245245
entrypoint: /bin/rm
246246
args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }}
247247
- name: Download Base
248-
uses: actions/download-artifact@v3
248+
uses: actions/download-artifact@v4
249249
with:
250250
name: ${{format('Base{0}', matrix.tag)}}
251251
path: ${{format('Base{0}', matrix.tag)}}
252252
- name: Download Reverse
253-
uses: actions/download-artifact@v3
253+
uses: actions/download-artifact@v4
254254
with:
255255
name: ${{format('Reverse{0}', matrix.tag)}}
256256
path: ${{format('Reverse{0}', matrix.tag)}}
257257
- name: Download Forward
258-
uses: actions/download-artifact@v3
258+
uses: actions/download-artifact@v4
259259
with:
260260
name: ${{format('Forward{0}', matrix.tag)}}
261261
path: ${{format('Forward{0}', matrix.tag)}}

0 commit comments

Comments
 (0)