Skip to content

Commit 79c3cfa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
composer test -- --coverage-clover=coverage.xml
5353
5454
- name: Upload coverage file
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
name: phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage
5858
path: coverage.xml
@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 2
7171

7272
- name: Download coverage files
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
path: reports
7676

0 commit comments

Comments
 (0)