Skip to content

Commit 01a8ea7

Browse files
authored
Merge pull request #107 from lsst/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents abdba3e + 01a163c commit 01a8ea7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
pytest -r a -v --cov=python --cov=tests --cov-report=xml --cov-report=term --cov-branch \
5858
--junitxml=junit.xml -o junit_family=legacy
5959
- name: Upload coverage to codecov
60-
uses: codecov/codecov-action@v5
60+
uses: codecov/codecov-action@v6
6161
with:
6262
files: ./coverage.xml
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
- name: Upload test results to Codecov
6565
if: ${{ !cancelled() }}
66-
uses: codecov/codecov-action@v5
66+
uses: codecov/codecov-action@v6
6767
with:
6868
report_type: test_results
6969
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)