Skip to content

Commit eae2205

Browse files
renovate[bot]palango
authored andcommitted
chore(deps): update github artifact actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4b4901 commit eae2205

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/blockchain.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
yarn run build:sol
8989
- name: Upload built system contracts
9090
if: always()
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: system-contracts
9494
path: 'celo-monorepo/${{ env.CONTRACTS_BUILD_PATH }}'
@@ -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@v6
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@v6
229229
with:
230230
name: system-contracts
231231
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -240,7 +240,7 @@ jobs:
240240
trap "go-junit-report < /tmp/test-results/go-test.out > /tmp/test-results/go-test-report.xml" EXIT
241241
go test -p 1 -v -race ./... | tee /tmp/test-results/go-test.out
242242
- name: Upload test report
243-
uses: actions/upload-artifact@v4
243+
uses: actions/upload-artifact@v5
244244
with:
245245
name: data-race-detector-report
246246
path: /tmp/test-results
@@ -267,7 +267,7 @@ jobs:
267267
run: |
268268
make all
269269
- name: Upload binaries
270-
uses: actions/upload-artifact@v4
270+
uses: actions/upload-artifact@v5
271271
with:
272272
name: binaries
273273
path: ./build/bin
@@ -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@v6
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@v6
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@v6
376376
with:
377377
name: system-contracts
378378
path: ${{ env.SYSTEM_CONTRACTS_PATH }}
@@ -383,7 +383,7 @@ jobs:
383383
trap "grep -E 'goos: |^goarch: |^pkg: |^cpu: |^Benchmark' /tmp/bench-results/go-bench.out > /tmp/bench-results/go-bench-results.txt" EXIT
384384
go test ./e2e_test -run Bench -bench . | tee /tmp/bench-results/go-bench.out
385385
- name: Upload results
386-
uses: actions/upload-artifact@v4
386+
uses: actions/upload-artifact@v5
387387
with:
388388
name: e2e-benchmarks
389389
path: /tmp/bench-results

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
args: -repo=/github/workspace/${{ env.CELO_BLOCKCHAIN_PATH }} -upstream-repo=/github/workspace/${{ env.GO_ETHEREUM_PATH }} -fork=/github/workspace/${{ env.CELO_BLOCKCHAIN_PATH }}/.github/fork.yaml -out=/github/workspace/index.html
7676

7777
- name: Upload forkdiff index.html
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: forkdiff-output
8181
path: ./index.html
@@ -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@v6
103103
with:
104104
name: forkdiff-output
105105
path: /tmp/pages/index.html

0 commit comments

Comments
 (0)