Skip to content

Commit 0d65628

Browse files
committed
fix: deprecated upload artifact version
1 parent 2bb42ac commit 0d65628

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
5757
5858
- name: Archive build output
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: rust-toolchain-${{ matrix.triple }}
6262
path: sp1/crates/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
@@ -104,7 +104,7 @@ jobs:
104104
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
105105
106106
- name: Archive build output
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: rust-toolchain-aarch64-unknown-linux-gnu
110110
path: sp1/crates/cli/rust-toolchain-aarch64-unknown-linux-gnu.tar.gz

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Download artifacts
16-
uses: actions/download-artifact@v3
16+
uses: actions/download-artifact@v4
1717
with:
1818
path: artifacts
1919
- name: List artifact contents

0 commit comments

Comments
 (0)