From ef10726e4c58c9d9e8ee5275aa1d60970564a7b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:38:47 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.2.2 [skip ci] --- .github/workflows/build-test-prod-mainnet.yml | 2 +- .github/workflows/pullrequests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-prod-mainnet.yml b/.github/workflows/build-test-prod-mainnet.yml index 4b28e8836..158ce8265 100644 --- a/.github/workflows/build-test-prod-mainnet.yml +++ b/.github/workflows/build-test-prod-mainnet.yml @@ -83,7 +83,7 @@ jobs: args: yarn test-full-regression # Run tests against Prod mainnet - name: Save Screenshots - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.2 if: always() with: name: screenshots diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index 40f4c2972..b89710606 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -95,7 +95,7 @@ jobs: args: yarn test:pullrequest - name: Save Screenshots - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.2.2 if: always() with: name: screenshots