Skip to content

Commit cb8f57b

Browse files
authored
Merge pull request #165 from Tuntii/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents 7062733 + af74ee8 commit cb8f57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
cp target/${{ matrix.target }}/release/cargo-rustapi${{ matrix.extension }} cargo-rustapi-${{ matrix.target }}${{ matrix.extension }}
4242
4343
- name: Upload Release Asset
44-
uses: softprops/action-gh-release@v2
44+
uses: softprops/action-gh-release@v3
4545
with:
4646
files: cargo-rustapi-${{ matrix.target }}${{ matrix.extension }}

0 commit comments

Comments
 (0)