From ce1f96c1561ce40aab3047468d376053e10104e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 12:53:19 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.2.1 to 2.9.0 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.2.1 to 2.9.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/483c1e56f95e88835747b1c7c60581215016cbf2...04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/upload-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-release.yaml b/.github/workflows/upload-release.yaml index 5e01b5b..d75e7c4 100644 --- a/.github/workflows/upload-release.yaml +++ b/.github/workflows/upload-release.yaml @@ -22,7 +22,7 @@ jobs: - name: Maven build run: mvn --batch-mode clean install - name: Upload binaries to release - uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/ldap-server.jar