chore(deps): update github artifact actions to v4

This commit is contained in:
renovate[bot] 2024-08-08 15:54:36 +00:00 committed by GitHub
parent db96111c37
commit 19bcc8ff8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View File

@ -52,7 +52,7 @@ jobs:
run: aquavm_performance_metering run run: aquavm_performance_metering run
- name: Upload benchmark results to artifacts - name: Upload benchmark results to artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ./benches/PERFORMANCE.txt name: ./benches/PERFORMANCE.txt
path: lcov.info path: lcov.info

View File

@ -127,7 +127,7 @@ jobs:
working-directory: air-interpreter working-directory: air-interpreter
- name: Upload air-interpreter-wasm artifact to GitHub checks - name: Upload air-interpreter-wasm artifact to GitHub checks
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: air-interpreter-wasm name: air-interpreter-wasm
path: target/wasm32-wasi/release/air_interpreter_server.wasm path: target/wasm32-wasi/release/air_interpreter_server.wasm
@ -169,7 +169,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Download air-interpreter-wasm artifact - name: Download air-interpreter-wasm artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: air-interpreter-wasm name: air-interpreter-wasm
path: avm/client/dist/ path: avm/client/dist/
@ -227,7 +227,7 @@ jobs:
uses: dsherret/rust-toolchain-file@v1 uses: dsherret/rust-toolchain-file@v1
- name: Download air-interpreter-wasm artifact - name: Download air-interpreter-wasm artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: air-interpreter-wasm name: air-interpreter-wasm
path: crates/interpreter-wasm/ path: crates/interpreter-wasm/

View File

@ -58,7 +58,7 @@ jobs:
working-directory: air-interpreter working-directory: air-interpreter
- name: Upload air-interpreter-wasm binary - name: Upload air-interpreter-wasm binary
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: air-interpreter-wasm name: air-interpreter-wasm
path: target/wasm32-wasi/release/air_interpreter_server.wasm path: target/wasm32-wasi/release/air_interpreter_server.wasm

View File

@ -36,7 +36,7 @@ jobs:
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}
- name: Download air-interpreter-wasm binary - name: Download air-interpreter-wasm binary
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: air-interpreter-wasm name: air-interpreter-wasm
path: avm/client/dist/ path: avm/client/dist/

View File

@ -76,7 +76,7 @@ jobs:
dependencies: ${{ inputs.cargo-dependencies }} dependencies: ${{ inputs.cargo-dependencies }}
- name: Download air-interpreter-wasm binary - name: Download air-interpreter-wasm binary
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: air-interpreter-wasm name: air-interpreter-wasm

View File

@ -71,7 +71,7 @@ jobs:
- name: Archive code coverage results - name: Archive code coverage results
if: inputs.cargo-dependencies == 'null' && !github.event.pull_request.head.repo.fork if: inputs.cargo-dependencies == 'null' && !github.event.pull_request.head.repo.fork
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: code-coverage-report.zip name: code-coverage-report.zip
path: lcov.info path: lcov.info