Skip to content

Commit 211ae41

Browse files
committed
Bump actions
1 parent 0747422 commit 211ae41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
path: ${{ github.workspace }}/build
273273

274274
- name: Codecov
275-
uses: codecov/codecov-action@v3
275+
uses: codecov/codecov-action@v4
276276
with:
277277
token: ${{ secrets.CODECOV_TOKEN }}
278278
fail_ci_if_error: true
@@ -288,6 +288,6 @@ jobs:
288288
(needs.unit-tests-linux == 'success' && needs.coverage == 'skipped')
289289
290290
steps:
291-
- uses: geekyeggo/delete-artifact@v4
291+
- uses: geekyeggo/delete-artifact@v5
292292
with:
293293
name: coverage-data

0 commit comments

Comments
 (0)