Skip to content

Commit

Permalink
Merge pull request #833 from Unidata/dependabot-github_actions-codeco…
Browse files Browse the repository at this point in the history
…v-codecov-action-5

MNT: (deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
dopplershift authored Nov 15, 2024
2 parents 23d0be5 + 3d829dc commit 489a81a
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 @@ -69,8 +69,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 @@ -97,8 +97,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 489a81a

Please sign in to comment.