Skip to content

Commit b79ac15

Browse files
Merge pull request #4 from codecov/update-to-v4
chore(ci): upgrade to v4
2 parents a841828 + 08f16a1 commit b79ac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
source-folder: source
1212
code-coverage-cobertura: coverage.xml
1313
- name: Upload coverage to Codecov
14-
uses: codecov/codecov-action@v4-beta
14+
uses: codecov/codecov-action@v4
1515
env:
1616
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
1717
with:

0 commit comments

Comments
 (0)