Skip to content

Commit aa4e281

Browse files
Merge pull request #342 from SciML/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 807006a + a558756 commit aa4e281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
exit(0) # Exit immediately, as a success
4949
end
5050
- uses: julia-actions/julia-processcoverage@v1
51-
- uses: codecov/codecov-action@v4
51+
- uses: codecov/codecov-action@v5
5252
with:
5353
file: lcov.info
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)