We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29380a commit a0294b6Copy full SHA for a0294b6
1 file changed
.github/workflows/php.yml
@@ -278,9 +278,9 @@ jobs:
278
runs-on: [ubuntu-latest]
279
needs: [unit-tests-linux]
280
steps:
281
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
282
283
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
284
with:
285
name: coverage-data
286
path: ${{ github.workspace }}/build
0 commit comments