Skip to content

Commit 57811d8

Browse files
chore(deps): update github artifact actions (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b0151b commit 57811d8

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@v4
90+
uses: actions/upload-artifact@v5
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@v5
108+
uses: actions/download-artifact@v6
109109
with:
110110
path: "reports"
111111

0 commit comments

Comments
 (0)