diff --git a/.github/workflows/_shared-build.yaml b/.github/workflows/_shared-build.yaml index 6704498..057e846 100644 --- a/.github/workflows/_shared-build.yaml +++ b/.github/workflows/_shared-build.yaml @@ -71,7 +71,7 @@ jobs: # upload artifacts - name: "Upload artifact: assertoor_linux_amd64" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./bin/* name: assertoor_linux_amd64 @@ -111,7 +111,7 @@ jobs: # upload artifacts - name: "Upload artifact: assertoor_linux_arm64" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./bin/* name: assertoor_linux_arm64 @@ -145,7 +145,7 @@ jobs: # upload artifacts - name: "Upload artifact: assertoor_windows_amd64" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./bin/* name: assertoor_windows_amd64 @@ -179,7 +179,7 @@ jobs: # upload artifacts - name: "Upload artifact: assertoor_darwin_amd64" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./bin/* name: assertoor_darwin_amd64 @@ -213,7 +213,7 @@ jobs: # upload artifacts - name: "Upload artifact: assertoor_darwin_arm64" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: path: ./bin/* name: assertoor_darwin_arm64 @@ -243,7 +243,7 @@ jobs: # download build artifacts - name: Download build artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: assertoor_linux_amd64 path: ./bin @@ -292,7 +292,7 @@ jobs: # download build artifacts - name: Download build artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: assertoor_linux_arm64 path: ./bin diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index 695b51b..2f380a3 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -83,7 +83,7 @@ jobs: steps: # download build artifacts - name: "Download build artifacts" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 # (re)create snapshot binary release - name: Update snapshot tag & remove previous snapshot release diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b5cddfb..5fd79d4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -52,7 +52,7 @@ jobs: # download build artifacts - name: "Download build artifacts" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 # create draft release - name: Create latest release