diff --git a/.github/actions/gas-compare/action.yml b/.github/actions/gas-compare/action.yml index 78c286c9497..e3b7b11ff45 100644 --- a/.github/actions/gas-compare/action.yml +++ b/.github/actions/gas-compare/action.yml @@ -44,7 +44,7 @@ runs: shell: bash - name: Save report if: github.event_name != 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: gasreport overwrite: true diff --git a/.github/actions/storage-layout/action.yml b/.github/actions/storage-layout/action.yml index fb68d5f6bea..3c9d80b8907 100644 --- a/.github/actions/storage-layout/action.yml +++ b/.github/actions/storage-layout/action.yml @@ -50,7 +50,7 @@ runs: shell: bash - name: Save artifacts if: github.event_name != 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: layout overwrite: true diff --git a/.github/workflows/release-cycle.yml b/.github/workflows/release-cycle.yml index a74b90fe741..c4736b54a02 100644 --- a/.github/workflows/release-cycle.yml +++ b/.github/workflows/release-cycle.yml @@ -144,7 +144,7 @@ jobs: env: PRERELEASE: ${{ needs.state.outputs.is_prerelease }} - name: Upload tarball artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ github.ref_name }} path: ${{ steps.pack.outputs.tarball }}