From 2471c7cb95ca9b81959b7d941129947bd0b779a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:43:53 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 6f51ac0 (#1944) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-ct.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-ct.yml b/.github/workflows/test-ct.yml index aaabc47c..925359cd 100644 --- a/.github/workflows/test-ct.yml +++ b/.github/workflows/test-ct.yml @@ -48,7 +48,7 @@ jobs: - run: npm run test-ct -- --shard=${{ matrix.shardIndex }}/${{ env.shardTotal }} - name: Upload test results - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 if: always() with: # name: blob-report-ct-${{ matrix.os }}-${{ matrix.shardIndex }} @@ -87,7 +87,7 @@ jobs: run: npx playwright merge-reports --reporter html ./all-blob-reports - name: Upload HTML report - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: # name: html-report-ct-${{ matrix.os }}--attempt-${{ github.run_attempt }} name: html-report-ct--attempt-${{ github.run_attempt }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9e628cf..ac600724 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: PORT: '3000' - name: Upload test results - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 if: always() with: # name: test-results-${{ matrix.os }}--attempt-${{ github.run_attempt }}