Skip to content

Commit e7f2f4b

Browse files
authored
Merge pull request #44 from JuliaSIMD/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 11a8d13 + e8ddac8 commit e7f2f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
JULIA_EXCLUSIVE: ${{ matrix.exclusive }}
7070
JULIA_NUM_THREADS: ${{ matrix.threads }}
7171
- uses: julia-actions/julia-processcoverage@v1
72-
- uses: codecov/codecov-action@v1
72+
- uses: codecov/codecov-action@v3
7373
with:
7474
file: lcov.info

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
JULIA_EXCLUSIVE: ${{ matrix.exclusive }}
7070
JULIA_NUM_THREADS: ${{ matrix.threads }}
7171
- uses: julia-actions/julia-processcoverage@v1
72-
- uses: codecov/codecov-action@v1
72+
- uses: codecov/codecov-action@v3
7373
with:
7474
file: lcov.info
7575
docs:

0 commit comments

Comments
 (0)