Skip to content

Commit 69f672b

Browse files
authored
Merge pull request #109 from lsst/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 6 to 7
2 parents 6874219 + 80827d0 commit 69f672b

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@v6
60+
uses: codecov/codecov-action@v7
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@v6
66+
uses: codecov/codecov-action@v7
6767
with:
6868
report_type: test_results
6969
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)