Skip to content

Commit c211bab

Browse files
chore(deps): update github artifact actions
1 parent 23ef89f commit c211bab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

8989
- name: "Upload coverage file"
90-
uses: actions/upload-artifact@v5
90+
uses: actions/upload-artifact@v6
9191
with:
9292
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
9393
path: "coverage.xml"
@@ -105,7 +105,7 @@ jobs:
105105
fetch-depth: 2
106106

107107
- name: "Download coverage files"
108-
uses: actions/download-artifact@v6
108+
uses: actions/download-artifact@v7
109109
with:
110110
path: "reports"
111111

0 commit comments

Comments
 (0)