Skip to content

Commit

Permalink
Merge pull request #2 from grigio/dependabot/github_actions/svenstaro…
Browse files Browse the repository at this point in the history
…/upload-release-action-2.6.1

Bump svenstaro/upload-release-action from 2.3.0 to 2.6.1
  • Loading branch information
grigio authored Jul 17, 2023
2 parents 6685a3e + c5dc3df commit 63ac719
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 63ac719

Please sign in to comment.