We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70448fd commit a75db14Copy full SHA for a75db14
.github/workflows/ci_cd.yml
@@ -125,7 +125,7 @@ jobs:
125
path: tests/graphics/image_cache
126
retention-days: 7
127
128
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
129
name: 'Upload coverage to CodeCov'
130
with:
131
token: ${{ secrets.CODECOV_TOKEN }}
doc/changelog.d/190.dependencies.md
@@ -0,0 +1 @@
1
+build(deps): bump codecov/codecov-action from 4 to 5
0 commit comments