Skip to content

Commit b4540ea

Browse files
chore(deps): update github artifact actions (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83f76d1 commit b4540ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

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

4949
- name: "Upload coverage file"
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
5353
path: "coverage.xml"
@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 2
6666

6767
- name: "Download coverage files"
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v6
6969
with:
7070
path: "reports"
7171

0 commit comments

Comments
 (0)