diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7949701f4..d69bb268c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,7 +84,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 }}