From 19bcc8ff8bf027c0f8d2dfb992b26a0ee924a699 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:54:36 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/snapshot-air-interpreter-wasm.yml | 2 +- .github/workflows/snapshot-avm.yml | 2 +- .github/workflows/snapshot-cargo.yml | 2 +- .github/workflows/tests.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7a6509a9..dd3faf26 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -52,7 +52,7 @@ jobs: run: aquavm_performance_metering run - name: Upload benchmark results to artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ./benches/PERFORMANCE.txt path: lcov.info diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2cf3162..df926b15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: working-directory: air-interpreter - name: Upload air-interpreter-wasm artifact to GitHub checks - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: air-interpreter-wasm path: target/wasm32-wasi/release/air_interpreter_server.wasm @@ -169,7 +169,7 @@ jobs: uses: actions/checkout@v4 - name: Download air-interpreter-wasm artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: air-interpreter-wasm path: avm/client/dist/ @@ -227,7 +227,7 @@ jobs: uses: dsherret/rust-toolchain-file@v1 - name: Download air-interpreter-wasm artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: air-interpreter-wasm path: crates/interpreter-wasm/ diff --git a/.github/workflows/snapshot-air-interpreter-wasm.yml b/.github/workflows/snapshot-air-interpreter-wasm.yml index 95972219..7ac33701 100644 --- a/.github/workflows/snapshot-air-interpreter-wasm.yml +++ b/.github/workflows/snapshot-air-interpreter-wasm.yml @@ -58,7 +58,7 @@ jobs: working-directory: air-interpreter - name: Upload air-interpreter-wasm binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: air-interpreter-wasm path: target/wasm32-wasi/release/air_interpreter_server.wasm diff --git a/.github/workflows/snapshot-avm.yml b/.github/workflows/snapshot-avm.yml index d19603da..6d05583c 100644 --- a/.github/workflows/snapshot-avm.yml +++ b/.github/workflows/snapshot-avm.yml @@ -36,7 +36,7 @@ jobs: ref: ${{ inputs.ref }} - name: Download air-interpreter-wasm binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: air-interpreter-wasm path: avm/client/dist/ diff --git a/.github/workflows/snapshot-cargo.yml b/.github/workflows/snapshot-cargo.yml index 7441934c..2102e15a 100644 --- a/.github/workflows/snapshot-cargo.yml +++ b/.github/workflows/snapshot-cargo.yml @@ -76,7 +76,7 @@ jobs: dependencies: ${{ inputs.cargo-dependencies }} - name: Download air-interpreter-wasm binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: air-interpreter-wasm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa62e791..f6647120 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,7 +71,7 @@ jobs: - name: Archive code coverage results if: inputs.cargo-dependencies == 'null' && !github.event.pull_request.head.repo.fork - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report.zip path: lcov.info