From 6aa3c8d4a238d9e941bf5461f0aadd0f4bcc48f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 01:37:30 +0330 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.5.0 to 2.6.0 (#514) Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.5.0 to 2.6.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/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b28f46b..e0df3284 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: package run: tar -zcvf x-ui-linux-amd64.tar.gz x-ui - name: upload - uses: svenstaro/upload-release-action@2.5.0 + uses: svenstaro/upload-release-action@2.6.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -80,7 +80,7 @@ jobs: - name: package run: tar -zcvf x-ui-linux-arm64.tar.gz x-ui - name: upload - uses: svenstaro/upload-release-action@2.5.0 + uses: svenstaro/upload-release-action@2.6.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }}