Skip to content

Commit 6616825

Browse files
renovate[bot]spawnia
authored andcommitted
chore(deps): update github artifact actions
1 parent ba4a08a commit 6616825

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@v5
55+
uses: actions/upload-artifact@v6
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@v6
73+
uses: actions/download-artifact@v7
7474
with:
7575
path: reports
7676

0 commit comments

Comments
 (0)