Skip to content

Commit 971252e

Browse files
chore(deps): update github artifact actions (major) (#93)
chore(deps): update github artifact actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6b592f commit 971252e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.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@v5"
49+
uses: "actions/upload-artifact@v6"
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@v6"
67+
uses: "actions/download-artifact@v7"
6868
with:
6969
path: "reports"
7070

0 commit comments

Comments
 (0)