diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0bf9e1f57..a8df173c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: chmod +x "${GITHUB_WORKSPACE}/.github/file-size.sh" "${GITHUB_WORKSPACE}/.github/file-size.sh" - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: contracts path: ./artifacts/ @@ -62,7 +62,7 @@ jobs: chmod +x "${GITHUB_WORKSPACE}/scripts/build_schema.sh" make schemas - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: schema path: ./schemas/ diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bfca1847e..6b3b884dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: - name: Build Deploy Script run: cargo build -p andromeda-deploy --release - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: deploy path: ./target/release/andromeda-deploy @@ -78,14 +78,14 @@ jobs: chmod +x ./andromeda-deploy ./andromeda-deploy - name: Upload Contract Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: contracts path: ./artifacts/ if-no-files-found: error retention-days: 1 - name: Upload Schema Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: temp-schemas path: ./schemas/