Skip to content

Commit 48d6df9

Browse files
chore(deps): update github artifact actions to v4
1 parent c611ae5 commit 48d6df9

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: aquavm_performance_metering run
5353

5454
- name: Upload benchmark results to artifacts
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: ./benches/PERFORMANCE.txt
5858
path: lcov.info

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
working-directory: air-interpreter
128128

129129
- name: Upload air-interpreter-wasm artifact to GitHub checks
130-
uses: actions/upload-artifact@v3
130+
uses: actions/upload-artifact@v4
131131
with:
132132
name: air-interpreter-wasm
133133
path: target/wasm32-wasi/release/air_interpreter_server.wasm
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/checkout@v4
170170

171171
- name: Download air-interpreter-wasm artifact
172-
uses: actions/download-artifact@v3
172+
uses: actions/download-artifact@v4
173173
with:
174174
name: air-interpreter-wasm
175175
path: avm/client/dist/
@@ -227,7 +227,7 @@ jobs:
227227
uses: dsherret/rust-toolchain-file@v1
228228

229229
- name: Download air-interpreter-wasm artifact
230-
uses: actions/download-artifact@v3
230+
uses: actions/download-artifact@v4
231231
with:
232232
name: air-interpreter-wasm
233233
path: crates/interpreter-wasm/

.github/workflows/snapshot-air-interpreter-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: air-interpreter
5959

6060
- name: Upload air-interpreter-wasm binary
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: air-interpreter-wasm
6464
path: target/wasm32-wasi/release/air_interpreter_server.wasm

.github/workflows/snapshot-avm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ inputs.ref }}
3737

3838
- name: Download air-interpreter-wasm binary
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: air-interpreter-wasm
4242
path: avm/client/dist/

.github/workflows/snapshot-cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
dependencies: ${{ inputs.cargo-dependencies }}
7777

7878
- name: Download air-interpreter-wasm binary
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: air-interpreter-wasm
8282

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Archive code coverage results
7373
if: inputs.cargo-dependencies == 'null' && !github.event.pull_request.head.repo.fork
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: code-coverage-report.zip
7777
path: lcov.info

0 commit comments

Comments
 (0)