Skip to content

Commit 2e25a7d

Browse files
chore(deps): update github artifact actions
1 parent 22bf253 commit 2e25a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
5555

5656
- name: "Upload coverage file"
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: "phpunit-${{ matrix.dependency-versions }}-${{ matrix.php-version }}.coverage"
6060
path: "coverage.xml"
@@ -118,7 +118,7 @@ jobs:
118118
fetch-depth: 2
119119

120120
- name: "Download coverage files"
121-
uses: actions/download-artifact@v5
121+
uses: actions/download-artifact@v6
122122
with:
123123
path: "reports"
124124

0 commit comments

Comments
 (0)