We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144d9b0 + 1e181c6 commit 6e43fc3Copy full SHA for 6e43fc3
.github/workflows/rust.yml
@@ -83,7 +83,7 @@ jobs:
83
RUST_BACKTRACE: 1
84
RUST_LOG: debug
85
- name: Upload coverage reports to Codecov
86
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v5.0.4
87
with:
88
token: ${{ secrets.CODECOV_TOKEN }}
89
- name: Run compile test
0 commit comments