We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14689b6 commit 721c65bCopy full SHA for 721c65b
1 file changed
.github/workflows/php.yml
@@ -266,13 +266,13 @@ jobs:
266
steps:
267
- uses: actions/checkout@v4
268
269
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
270
with:
271
name: coverage-data
272
path: ${{ github.workspace }}/build
273
274
- name: Codecov
275
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
276
277
token: ${{ secrets.CODECOV_TOKEN }}
278
fail_ci_if_error: true
@@ -288,6 +288,6 @@ jobs:
288
(needs.unit-tests-linux == 'success' && needs.coverage == 'skipped')
289
290
291
- - uses: geekyeggo/delete-artifact@v4
+ - uses: geekyeggo/delete-artifact@v5
292
293
0 commit comments