Skip to content

Commit

Permalink
Merge pull request #3692 from Unidata/dependabot-github_actions-dot-g…
Browse files Browse the repository at this point in the history
…ithub-workflows-codecov-codecov-action-5

CI: (deps): Bump codecov/codecov-action from 4 to 5 in /.github/workflows
  • Loading branch information
dopplershift authored Nov 18, 2024
2 parents ef11270 + 1f2299e commit 756ce97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
uses: actions/download-artifact@v4

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{ github.workflow }}
name: Conda
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
uses: actions/download-artifact@v4

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
name: ${{ github.workflow }}
name: PyPI
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 756ce97

Please sign in to comment.