Skip to content

Commit 092edcf

Browse files
committed
chore(deps): update codecov/codecov-action action to v5
1 parent bc40f2f commit 092edcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
4646

4747
- name: Publish to Codecov
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
fail_ci_if_error: true
5151
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)