Skip to content

Commit 4a4b84e

Browse files
authored
Merge pull request #3 from smallpondtom/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents bc71aac + 7271c15 commit 4a4b84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: julia-actions/julia-buildpkg@v1
4949
- uses: julia-actions/julia-runtest@v1
5050
- uses: julia-actions/julia-processcoverage@v1
51-
- uses: codecov/codecov-action@v4
51+
- uses: codecov/codecov-action@v5
5252
env:
5353
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5454
docs:

0 commit comments

Comments
 (0)