mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 14:52:15 +00:00
chore(deps): update github artifact actions to v4
This commit is contained in:
parent
db96111c37
commit
19bcc8ff8b
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -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
|
||||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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/
|
||||||
|
@ -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
|
||||||
|
2
.github/workflows/snapshot-avm.yml
vendored
2
.github/workflows/snapshot-avm.yml
vendored
@ -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/
|
||||||
|
2
.github/workflows/snapshot-cargo.yml
vendored
2
.github/workflows/snapshot-cargo.yml
vendored
@ -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
|
||||||
|
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user