diff --git a/.github/workflows/build-disk.yml b/.github/workflows/build-disk.yml index 4306552..0557665 100644 --- a/.github/workflows/build-disk.yml +++ b/.github/workflows/build-disk.yml @@ -90,7 +90,7 @@ jobs: - name: Upload disk images and Checksum to Job Artifacts if: inputs.upload-to-s3 != true && github.event_name != 'pull_request' - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4 with: path: ${{ steps.build.outputs.output-directory }} if-no-files-found: error diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd5e4ec..4d8f0fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,7 +169,7 @@ jobs: - name: Upload Output Artifacts if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v5 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v5 with: name: ${{ env.IMAGE_NAME }}-${{ matrix.platform }} retention-days: 1