From e1e663e32774ecf44540796616cfb379d6ac766d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:37:55 +0000 Subject: [PATCH] Bump dwenegar/upload-release-assets from 1 to 2 Bumps [dwenegar/upload-release-assets](https://github.com/dwenegar/upload-release-assets) from 1 to 2. - [Release notes](https://github.com/dwenegar/upload-release-assets/releases) - [Commits](https://github.com/dwenegar/upload-release-assets/compare/v1...v2) --- updated-dependencies: - dependency-name: dwenegar/upload-release-assets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8495289e..270dfd45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: prerelease: false - name: Upload release assets - uses: dwenegar/upload-release-assets@v1 + uses: dwenegar/upload-release-assets@v2 env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' with: