Skip to content

Commit a0294b6

Browse files
committed
Bump checkout action
1 parent f29380a commit a0294b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ jobs:
278278
runs-on: [ubuntu-latest]
279279
needs: [unit-tests-linux]
280280
steps:
281-
- uses: actions/checkout@v3
281+
- uses: actions/checkout@v4
282282

283-
- uses: actions/download-artifact@v3
283+
- uses: actions/download-artifact@v4
284284
with:
285285
name: coverage-data
286286
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)