Skip to content

Commit 4aa56e5

Browse files
chore(deps): update github artifact actions
1 parent 4bdfb9d commit 4aa56e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

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

4848
- name: "Upload coverage file"
49-
uses: actions/upload-artifact@v6
49+
uses: actions/upload-artifact@v7
5050
with:
5151
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
5252
path: "coverage.xml"
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 2
6565

6666
- name: "Download coverage files"
67-
uses: actions/download-artifact@v7
67+
uses: actions/download-artifact@v8
6868
with:
6969
path: "reports"
7070

0 commit comments

Comments
 (0)