From 303debd4edfe4d413030cac7b43d90c90f0ae02b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:42:28 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.2.1 [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..c191e45ee 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.1 if: always() with: name: screenshots diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index 40f4c2972..ecbca508a 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.1 if: always() with: name: screenshots