Skip to content

Commit edd233c

Browse files
authored
Merge pull request #4073 from Unidata/dependabot-github_actions-dot-github-workflows-codecov-codecov-action-7.0.0
CI: (deps): Bump codecov/codecov-action from 6.0.1 to 7.0.0 in /.github/workflows
2 parents 692e055 + 4ac797c commit edd233c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8080

8181
- name: Upload coverage
82-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
82+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
8383
with:
8484
name: Conda
8585
fail_ci_if_error: true

.github/workflows/tests-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
106106

107107
- name: Upload coverage
108-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
108+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
109109
with:
110110
name: PyPI
111111
fail_ci_if_error: true

0 commit comments

Comments
 (0)