Skip to content

Commit f0a27da

Browse files
chore(deps): update actions/download-artifact action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6b9d57 commit f0a27da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/blockchain.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
check-latest: false
163163
cache: true
164164
- name: Restore system contracts
165-
uses: actions/download-artifact@v4
165+
uses: actions/download-artifact@v5
166166
with:
167167
name: system-contracts
168168
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -225,7 +225,7 @@ jobs:
225225
check-latest: false
226226
cache: true
227227
- name: Restore system contracts
228-
uses: actions/download-artifact@v4
228+
uses: actions/download-artifact@v5
229229
with:
230230
name: system-contracts
231231
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -295,7 +295,7 @@ jobs:
295295
- name: Prepare ethersjs project
296296
run: make prepare-ethersjs-project
297297
- name: Restore system contracts
298-
uses: actions/download-artifact@v4
298+
uses: actions/download-artifact@v5
299299
with:
300300
name: system-contracts
301301
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -339,7 +339,7 @@ jobs:
339339
check-latest: false
340340
cache: true
341341
- name: Download pre-built binaries
342-
uses: actions/download-artifact@v4
342+
uses: actions/download-artifact@v5
343343
with:
344344
name: binaries
345345
path: ./build/bin
@@ -372,7 +372,7 @@ jobs:
372372
- name: Configure git safe directories
373373
run: git config --global --add safe.directory '*'
374374
- name: Restore system contracts
375-
uses: actions/download-artifact@v4
375+
uses: actions/download-artifact@v5
376376
with:
377377
name: system-contracts
378378
path: ${{ env.SYSTEM_CONTRACTS_PATH }}

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
touch /tmp/pages/.nojekyll
100100
101101
- name: Restore forkdiff index.html output
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v5
103103
with:
104104
name: forkdiff-output
105105
path: /tmp/pages/index.html

0 commit comments

Comments
 (0)