We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144d9b0 commit ef681abCopy full SHA for ef681ab
.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.3
87
with:
88
token: ${{ secrets.CODECOV_TOKEN }}
89
- name: Run compile test
0 commit comments