Skip to content

Commit

Permalink
Merge pull request #418 from linux-nvme/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
martin-belanger authored Feb 5, 2024
2 parents 8b3a952 + dc68e7c commit a0f6948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meson-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
cp -r .build/staslib/* ./staslib/.
pytest --cov=./staslib --cov-report=xml test/test-*.py
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false

0 comments on commit a0f6948

Please sign in to comment.