Skip to content

Commit

Permalink
Merge pull request #286 from Ciela-Institute/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dev/codecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
ConnorStoneAstro authored Nov 21, 2024
2 parents 3e6c45f + 64f511d commit bcd5dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Upload coverage reports to Codecov with GitHub Action
if:
${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'}}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit bcd5dbb

Please sign in to comment.