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 f319c62

Browse files
authoredApr 22, 2025
chore(deps): update codecov/codecov-action action to v5.4.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbb3551 commit f319c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "test" "Unit" ${{github.event.number}}
4444
- name: Upload coverage to codecov
45-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
45+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
flags: unit

0 commit comments

Comments
 (0)
Failed to load comments.