diff --git a/.github/workflows/ci-ipfs-test-production.yml b/.github/workflows/ci-ipfs-test-production.yml index 7b9e56a8d..dda9929c1 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@v6 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..ce6508385 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@v6 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..c933a0a45 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@v6 with: name: ${{ env.ipfs_folder }} path: ${{ env.ipfs_folder }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fbf8320e..94c783d77 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@v6 if: always() with: name: playwright-report