Skip to content

Commit

Permalink
Bump svenstaro/upload-release-action from 2.3.0 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.3.0 to 2.6.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.3.0...2.6.1)

---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent f43172c commit c5dc3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cargo build --release

- name: Upload binaries
uses: svenstaro/upload-release-action@2.3.0
uses: svenstaro/upload-release-action@2.6.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.artifact_name }}
Expand All @@ -55,7 +55,7 @@ jobs:
run: cross build --target armv7-unknown-linux-gnueabihf --release

- name: Upload binaries to release
uses: svenstaro/upload-release-action@2.3.0
uses: svenstaro/upload-release-action@2.6.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/armv7-unknown-linux-gnueabihf/release/obs-cmd
Expand Down

0 comments on commit c5dc3df

Please sign in to comment.