diff --git a/.github/workflows/java-release.yml b/.github/workflows/java-release.yml index 1e721546..6972154d 100644 --- a/.github/workflows/java-release.yml +++ b/.github/workflows/java-release.yml @@ -41,7 +41,7 @@ jobs: # we have to do some post processing with pgp signatures, cause those secrets aren't online yet ./gradlew clean createReleaseBundle -Pversion=${{ needs.strip-tag.outputs.version }} -Prelease -PskipPgpSigning - name: Upload build artifacts - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: project-release-artifacts path: ./java/build/libs/protobuf-specs-*-bundle.jar