diff --git a/.github/workflows/reusable-copy-to-s3.yml b/.github/workflows/reusable-copy-to-s3.yml index f89e09a..7be045c 100644 --- a/.github/workflows/reusable-copy-to-s3.yml +++ b/.github/workflows/reusable-copy-to-s3.yml @@ -153,7 +153,7 @@ jobs: echo "*ghostly oooooohhh*" esac aws s3 "$CP_OR_SYNC" "${ARGS[@]}" - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ inputs.direction == 'from' }} with: name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/reusable-docker-build.yml b/.github/workflows/reusable-docker-build.yml index 9fc3a0c..f83cbff 100644 --- a/.github/workflows/reusable-docker-build.yml +++ b/.github/workflows/reusable-docker-build.yml @@ -410,7 +410,7 @@ jobs: echo "image=$IMAGE_URI" >> $GITHUB_OUTPUT echo $IMAGE_URI > imageinfo_${{ inputs.imageName}}${{ github.run_id }}${{ github.run_attempt }}.txt - name: Upload imageinfo - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ inputs.imageName }}${{ github.run_id }}${{ github.run_attempt }} path: imageinfo_${{ inputs.imageName }}${{ github.run_id }}${{ github.run_attempt }}.txt diff --git a/.github/workflows/reusable-go-test.yml b/.github/workflows/reusable-go-test.yml index dae0cf5..6176a1d 100644 --- a/.github/workflows/reusable-go-test.yml +++ b/.github/workflows/reusable-go-test.yml @@ -56,7 +56,7 @@ jobs: run: | go tool cover -html=/tmp/coverage.out -o /tmp/coverage.html - name: Upload test log to GitHub Artifacts - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: test-results