File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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/
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/
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments