From 953f38744c50ec4775e1506ed2aa33ee2b1f20d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:27:43 +0000 Subject: [PATCH] Bump AButler/upload-release-assets from 1.0 to 2.0 Bumps [AButler/upload-release-assets](https://github.com/AButler/upload-release-assets) from 1.0 to 2.0. - [Release notes](https://github.com/AButler/upload-release-assets/releases) - [Commits](https://github.com/AButler/upload-release-assets/compare/v1.0...v2.0) --- updated-dependencies: - dependency-name: AButler/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 936f2c4..f22f30a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: path: ./${{ env.PACKAGE_MASK }} - name: Заливка в релиз - uses: AButler/upload-release-assets@v1.0 + uses: AButler/upload-release-assets@v2.0 with: files: ./${{ env.PACKAGE_MASK }} repo-token: ${{ secrets.GITHUB_TOKEN }}