Skip to content

Commit 9aa37b4

Browse files
chore(deps): update github artifact actions (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ddb074 commit 9aa37b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103

104104
- name: "Upload coverage file"
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v5
106106
with:
107107
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
108108
path: "coverage.xml"
@@ -120,7 +120,7 @@ jobs:
120120
fetch-depth: 2
121121

122122
- name: "Download coverage files"
123-
uses: actions/download-artifact@v4
123+
uses: actions/download-artifact@v6
124124
with:
125125
path: "reports"
126126

0 commit comments

Comments
 (0)