From 3ebf457fd2aadb1cda7166a187cd77427cd1d82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:02:07 +0200 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 (#415) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...84480863f228bb9747b473957fcc9e309aa96097) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/java-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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