Skip to content

Commit d8d6379

Browse files
chore(deps): update github artifact actions (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4d5ba8 commit d8d6379

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
@@ -59,7 +59,7 @@ jobs:
5959
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
6060

6161
- name: "Upload coverage file"
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
6565
path: "coverage.xml"
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 2
7878

7979
- name: "Download coverage files"
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v6
8181
with:
8282
path: "reports"
8383

0 commit comments

Comments
 (0)