Skip to content

Commit 93b68a1

Browse files
authored
Merge pull request #234 from lsst/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents c56ec5a + 0e88ea3 commit 93b68a1

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
@@ -56,13 +56,13 @@ jobs:
5656
pytest -Wd -r a -v -n 3 --cov=lsst.ctrl.bps --cov=tests --cov-report=xml --cov-report=term --cov-branch \
5757
--junitxml=junit.xml -o junit_family=legacy
5858
- name: Upload coverage to codecov
59-
uses: codecov/codecov-action@v5
59+
uses: codecov/codecov-action@v6
6060
with:
6161
files: ./coverage.xml
6262
token: ${{ secrets.CODECOV_TOKEN }}
6363
- name: Upload test results to Codecov
6464
if: ${{ !cancelled() }}
65-
uses: codecov/codecov-action@v5
65+
uses: codecov/codecov-action@v6
6666
with:
6767
report_type: test_results
6868
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)