Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/grigio/obs-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
g committed Jul 17, 2023
2 parents 9640303 + 63ac719 commit b38f895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: ./cargo-tarpaulin tarpaulin --out Xml

- name: Upload to codecov.io
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
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 b38f895

Please sign in to comment.