Skip to content

Commit

Permalink
Downgraded codecov/codecov-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalwrzeszcz committed Mar 6, 2024
1 parent 8b6ee99 commit 7abb0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-
run: "make lcov"
-
uses: "codecov/codecov-action@v4.1.0"
uses: "codecov/codecov-action@v3.1.6"
with:
token: "${{ vars.CODECOV_TOKEN }}"
flags: "unittests,rust-${{ vars.RUST_BUILD_TARGET }}"
Expand Down

0 comments on commit 7abb0a3

Please sign in to comment.