Skip to content

Commit 6c90f94

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#1000)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa8f18c commit 6c90f94

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
chmod +x "${GITHUB_WORKSPACE}/.github/file-size.sh"
4545
"${GITHUB_WORKSPACE}/.github/file-size.sh"
4646
- name: Upload Artifacts
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: contracts
5050
path: ./artifacts/
@@ -62,7 +62,7 @@ jobs:
6262
chmod +x "${GITHUB_WORKSPACE}/scripts/build_schema.sh"
6363
make schemas
6464
- name: Upload Artifacts
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: schema
6868
path: ./schemas/

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build Deploy Script
4141
run: cargo build -p andromeda-deploy --release
4242
- name: Upload Artifacts
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: deploy
4646
path: ./target/release/andromeda-deploy
@@ -78,14 +78,14 @@ jobs:
7878
chmod +x ./andromeda-deploy
7979
./andromeda-deploy
8080
- name: Upload Contract Artifacts
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: contracts
8484
path: ./artifacts/
8585
if-no-files-found: error
8686
retention-days: 1
8787
- name: Upload Schema Artifacts
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: temp-schemas
9191
path: ./schemas/

0 commit comments

Comments
 (0)