Skip to content

Commit 34ab045

Browse files
renovate[bot]spawnia
authored andcommitted
chore(deps): update github artifact actions
1 parent 8e04d94 commit 34ab045

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
@@ -53,7 +53,7 @@ jobs:
5353
composer test -- --coverage-clover=coverage.xml
5454
5555
- name: Upload coverage file
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage
5959
path: coverage.xml
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 2
7272

7373
- name: Download coverage files
74-
uses: actions/download-artifact@v7
74+
uses: actions/download-artifact@v8
7575
with:
7676
path: reports
7777

0 commit comments

Comments
 (0)