Skip to content

Commit

Permalink
Merge pull request #15 from fractal-analytics-platform/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/codecov/codecov-action-5

ci(dependabot): bump codecov/codecov-action from 4 to 5
  • Loading branch information
lorenzocerrone authored Dec 4, 2024
2 parents 0428634 + 9c8dd3f commit 0ca1821
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: Coverage
if: ${{ matrix.python-version == '3.10' }} && ${{ matrix.platform == 'ubuntu-latest' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: /home/runner/work/ngio/ngio/coverage.xml
Expand Down

0 comments on commit 0ca1821

Please sign in to comment.