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 }}