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: |