Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48b0b58

Browse files
authoredApr 12, 2025··
Update .github/workflows/ci.yml
1 parent e577393 commit 48b0b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
CC_TOKEN=$(echo $response | cut -d\" -f6)
4343
echo -e "$CC_TOKEN"
4444
- name: Upload coverage to Codecov (oidc)
45-
uses: codecov/codecov-action@main
45+
uses: codecov/codecov-action@v5.4.1-beta
4646
with:
4747
fail_ci_if_error: true
4848
use_oidc: true

0 commit comments

Comments
 (0)
Please sign in to comment.