Skip to content

Commit dbbeb35

Browse files
authored
Merge pull request timholy#800 from timholy/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 70809c6 + 4e24230 commit dbbeb35

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
@@ -96,6 +96,6 @@ jobs:
9696
# if: ${{ matrix.os == 'ubuntu-latest' }}
9797
# run: echo 4 | sudo tee -a /proc/sys/fs/inotify/max_user_watches; julia --project --code-coverage=user -e 'using Pkg, Revise; cd(joinpath(dirname(pathof(Revise)), "..", "test")); include("inotify.jl")'
9898
- uses: julia-actions/julia-processcoverage@latest
99-
- uses: codecov/codecov-action@v3
99+
- uses: codecov/codecov-action@v4
100100
with:
101101
file: lcov.info

0 commit comments

Comments
 (0)