Skip to content

Commit a791a75

Browse files
authored
Merge pull request #4065 from Unidata/dependabot-github_actions-dot-github-workflows-codecov-codecov-action-6.0.1
CI: (deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1 in /.github/workflows
2 parents 578b54b + cadb443 commit a791a75

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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
82+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
108+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
109109
with:
110110
name: PyPI
111111
fail_ci_if_error: true

0 commit comments

Comments
 (0)