We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 519a527 + b51fe90 commit 4dabd42Copy full SHA for 4dabd42
2 files changed
.github/workflows/quality-gates.yml
@@ -46,7 +46,7 @@ jobs:
46
cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
47
48
- name: Upload coverage to Codecov
49
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
50
with:
51
files: lcov.info
52
fail_ci_if_error: true
.github/workflows/release.yml
@@ -244,7 +244,7 @@ jobs:
244
echo "EOF" >> $GITHUB_OUTPUT
245
246
- name: Create GitHub Release
247
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
248
249
tag_name: ${{ steps.version.outputs.version }}
250
name: "Release ${{ steps.version.outputs.version }}"
0 commit comments