Skip to content

Commit 091ee8e

Browse files
Use actions/download-artifact@v5
1 parent a297317 commit 091ee8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
java-version: 11
334334

335335
- name: Download PHAR
336-
uses: actions/download-artifact@v4
336+
uses: actions/download-artifact@v5
337337
with:
338338
name: phpunit-snapshot-phar
339339
path: ./build/artifacts/
@@ -389,7 +389,7 @@ jobs:
389389
java-version: 11
390390

391391
- name: Download PHAR
392-
uses: actions/download-artifact@v4
392+
uses: actions/download-artifact@v5
393393
with:
394394
name: phpunit-snapshot-phar
395395
path: ./build/artifacts/

0 commit comments

Comments
 (0)