Skip to content

Commit 62d5aaf

Browse files
committed
Fix deprecation v2 of actions/upload-artifact
1 parent a1c6d0a commit 62d5aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
6060

6161
- name: "Upload coverage file"
62-
uses: "actions/upload-artifact@v2"
62+
uses: "actions/upload-artifact@v4"
6363
with:
6464
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}.coverage"
6565
path: "coverage.xml"

0 commit comments

Comments
 (0)