Skip to content

Commit 5635217

Browse files
authored
Merge pull request #1153 from fortran-lang/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 3 to 5
2 parents bbdba53 + 961ca6c commit 5635217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Coverage report
3838
run: xvfb-run --auto-servernum npm run coverage
3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v5
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
fail_ci_if_error: true

0 commit comments

Comments
 (0)