diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf37a13d2..9ceb66ca8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: run: npm run test:ui if: runner.os != 'Linux' - name: Archive test artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() with: name: test-screenshots-${{ matrix.os }}-${{ matrix.vscode }}