Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Use supported step for artifacts upload.
  • Loading branch information
scyzoryck authored and iksss-invia committed Oct 29, 2024
1 parent 6318cc7 commit 1b573e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"

- name: "Upload coverage file"
uses: "actions/upload-artifact@v2"
uses: "actions/upload-artifact@v4"
with:
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
path: "coverage.xml"
Expand Down

0 comments on commit 1b573e5

Please sign in to comment.