From af7bf4939da604a1db08aa12c2bc4db59c02e447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:40:15 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to b4b15b8 --- .github/workflows/firebase-hosting-merge.yml | 6 +++--- .github/workflows/firebase-hosting-pull-request.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 81469d7..7e48c76 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -41,7 +41,7 @@ jobs: - name: Run integration tests run: | npm run test:e2e - - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: always() with: name: playwright-report @@ -84,7 +84,7 @@ jobs: npm run test:e2e env: PW_BASE_URL: ${{steps.deploy.outputs.details_url}} - - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: always() with: name: playwright-report-beta @@ -126,7 +126,7 @@ jobs: npm run test:e2e env: PW_BASE_URL: ${{ env.PROD_URL }} - - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: always() with: name: playwright-report-live diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index bbf396a..90aea4d 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -39,7 +39,7 @@ jobs: - name: Run integration tests run: | npm run test:e2e - - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: always() with: name: playwright-report @@ -83,7 +83,7 @@ jobs: npm run test:e2e env: PW_BASE_URL: ${{steps.deploy.outputs.details_url}} - - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: always() with: name: playwright-report-pr-deploy