Skip to content

Commit 9419111

Browse files
authored
Merge pull request #119 from JuliaDecisionFocusedLearning/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 343c95e + df4734c commit 9419111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- uses: codecov/codecov-action@v4
37+
- uses: codecov/codecov-action@v5
3838
with:
3939
files: lcov.info
4040
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)