Commit 9236231 1 parent 2aa62d4 commit 9236231 Copy full SHA for 9236231
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
git tag v${{ needs.metadata.outputs.version }}
121
121
git push origin v${{ needs.metadata.outputs.version }}
122
122
- name : Create Release
123
- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
123
+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974
124
124
with :
125
125
generate_release_notes : true
126
126
tag_name : v${{ needs.metadata.outputs.version }}
Original file line number Diff line number Diff line change 23
23
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
24
24
25
25
- name : Upload to codecov.io
26
- uses : codecov/codecov-action@v4
26
+ uses : codecov/codecov-action@v5
27
27
with :
28
28
token : ${{ secrets.CODECOV_TOKEN }}
29
29
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments