Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 5670435

Browse files
dependabot[bot]polyfloyd
authored andcommitted
chore: bump svenstaro/upload-release-action from 2.9.0 to 2.11.1
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.11.1. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@2.9.0...2.11.1) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1a8f25 commit 5670435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: tar -czf ledcat-${{ matrix.target }}.tar.gz -C ./target/${{ matrix.target }}/release ledcat
6262

6363
- name: Upload binary to release
64-
uses: svenstaro/upload-release-action@2.9.0
64+
uses: svenstaro/upload-release-action@2.11.1
6565
with:
6666
repo_token: ${{ secrets.GITHUB_TOKEN }}
6767
file: ledcat-${{ matrix.target }}.tar.gz

0 commit comments

Comments
 (0)