Skip to content

Commit 8f9324d

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update CI.yml
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent 4e8a8ce commit 8f9324d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- uses: julia-actions/julia-buildpkg@v1
4747
- uses: julia-actions/julia-runtest@v1
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v2
49+
- uses: codecov/codecov-action@v3
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: lcov.info
53-
- uses: coverallsapp/github-action@v1.1.2
53+
- uses: coverallsapp/github-action@master
5454
with:
5555
github-token: ${{ github.token }}
5656
path-to-lcov: lcov.info

0 commit comments

Comments
 (0)