We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50922da commit 561b355Copy full SHA for 561b355
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/download-artifact@v4
53
with:
54
name: rails-coverage
55
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
56
57
token: ${{ secrets.CODECOV_TOKEN }}
58
files: coverage.xml
0 commit comments