From 7e72f04474df0ba33124efae989167fb4253fa0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:23:33 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-ipfs-test-production.yml | 2 +- .github/workflows/ci-ipfs-testnet.yml | 2 +- .github/workflows/ci-ipfs.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-ipfs-test-production.yml b/.github/workflows/ci-ipfs-test-production.yml index 7b9e56a8d..22eb6f6d4 100644 --- a/.github/workflows/ci-ipfs-test-production.yml +++ b/.github/workflows/ci-ipfs-test-production.yml @@ -53,7 +53,7 @@ jobs: PREFILL_UNSAFE_EL_RPC_URLS_10: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_10 }} PREFILL_UNSAFE_EL_RPC_URLS_1868: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_1868 }} WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: ${{ env.ipfs_folder }} path: ${{ env.ipfs_folder }} diff --git a/.github/workflows/ci-ipfs-testnet.yml b/.github/workflows/ci-ipfs-testnet.yml index 2e34ce9ac..8baa0f6c6 100644 --- a/.github/workflows/ci-ipfs-testnet.yml +++ b/.github/workflows/ci-ipfs-testnet.yml @@ -48,7 +48,7 @@ jobs: PREFILL_UNSAFE_EL_RPC_URLS_17000: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_17000 }} PREFILL_UNSAFE_EL_RPC_URLS_560048: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_560048 }} WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: ${{ env.ipfs_folder }} path: ${{ env.ipfs_folder }} diff --git a/.github/workflows/ci-ipfs.yml b/.github/workflows/ci-ipfs.yml index 67f625d16..5a7461c49 100644 --- a/.github/workflows/ci-ipfs.yml +++ b/.github/workflows/ci-ipfs.yml @@ -57,7 +57,7 @@ jobs: PREFILL_UNSAFE_EL_RPC_URLS_10: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_10 }} PREFILL_UNSAFE_EL_RPC_URLS_1868: ${{ secrets.PREFILL_UNSAFE_EL_RPC_URLS_1868 }} WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: ${{ env.ipfs_folder }} path: ${{ env.ipfs_folder }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fbf8320e..a5153b236 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: STAND_URL: ${{ inputs.stand_url }} STAND_TYPE: ${{ inputs.stand_type }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: playwright-report