diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1600886..2314abe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: TERM: xterm - name: Publish screenshots - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: ${{ always() }} with: name: screenshots-${{ matrix.os }} @@ -48,7 +48,7 @@ jobs: if-no-files-found: ignore - name: Publish videos - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: ${{ always() }} with: name: videos-${{ matrix.os }}