From ef7cc7617be031068ac02bb4cd062ee0424b9383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 23:17:11 +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/e2e-bitcoin.yml | 2 +- .github/workflows/e2e-eth-mainnet.yml | 2 +- .github/workflows/e2e-evm-networks.yml | 2 +- .github/workflows/e2e-shared.yml | 2 +- .github/workflows/e2e-solana.yml | 2 +- .github/workflows/e2e-testnets.yml | 2 +- .github/workflows/pr-preview-build.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e-bitcoin.yml b/.github/workflows/e2e-bitcoin.yml index 0b6323a..90139ac 100644 --- a/.github/workflows/e2e-bitcoin.yml +++ b/.github/workflows/e2e-bitcoin.yml @@ -34,7 +34,7 @@ jobs: CI: true - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-bitcoin diff --git a/.github/workflows/e2e-eth-mainnet.yml b/.github/workflows/e2e-eth-mainnet.yml index f89d882..42785e1 100644 --- a/.github/workflows/e2e-eth-mainnet.yml +++ b/.github/workflows/e2e-eth-mainnet.yml @@ -44,7 +44,7 @@ jobs: ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-mainnet-${{ matrix.shard.name }} diff --git a/.github/workflows/e2e-evm-networks.yml b/.github/workflows/e2e-evm-networks.yml index 1124206..b1c2e1d 100644 --- a/.github/workflows/e2e-evm-networks.yml +++ b/.github/workflows/e2e-evm-networks.yml @@ -54,7 +54,7 @@ jobs: ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-evm-${{ matrix.shard.name }} diff --git a/.github/workflows/e2e-shared.yml b/.github/workflows/e2e-shared.yml index 04bcf96..416aa5d 100644 --- a/.github/workflows/e2e-shared.yml +++ b/.github/workflows/e2e-shared.yml @@ -54,7 +54,7 @@ jobs: ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-shared-${{ matrix.shard.name }} diff --git a/.github/workflows/e2e-solana.yml b/.github/workflows/e2e-solana.yml index b4e899e..760c84c 100644 --- a/.github/workflows/e2e-solana.yml +++ b/.github/workflows/e2e-solana.yml @@ -41,7 +41,7 @@ jobs: CI: true - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-solana diff --git a/.github/workflows/e2e-testnets.yml b/.github/workflows/e2e-testnets.yml index d1583ce..464c2f8 100644 --- a/.github/workflows/e2e-testnets.yml +++ b/.github/workflows/e2e-testnets.yml @@ -42,7 +42,7 @@ jobs: ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-testnets diff --git a/.github/workflows/pr-preview-build.yml b/.github/workflows/pr-preview-build.yml index 333f583..fa5ea27 100644 --- a/.github/workflows/pr-preview-build.yml +++ b/.github/workflows/pr-preview-build.yml @@ -35,7 +35,7 @@ jobs: printf '%s' "$PR_SHA" > pr-meta/pr-sha - name: Upload preview artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pr-preview path: |