diff --git a/.github/workflows/build-native-image.yml b/.github/workflows/build-native-image.yml index 5f2a35367..bebdc4990 100644 --- a/.github/workflows/build-native-image.yml +++ b/.github/workflows/build-native-image.yml @@ -105,7 +105,7 @@ jobs: # path ends in a wildcard because on windows the file ends in '.exe' - name: Upload executable to workflow if: ${{ inputs.upload_artifact }} - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ matrix.musl && format('{0}_{1}_musl', matrix.os_family, matrix.arch) || format('{0}_{1}', matrix.os_family, matrix.arch)}} path: | diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 291ed59d8..e7f9b8078 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -165,7 +165,7 @@ jobs: run: for dir in *windows*; do zip -r "${dir}.zip" "$dir"; done - name: Upload release archives - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: release-archives path: |