Skip to content

Commit

Permalink
Fix deprecation v2 of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmok committed Oct 3, 2024
1 parent a1c6d0a commit 62d5aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.php-version }}-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}.coverage"
path: "coverage.xml"
Expand Down

0 comments on commit 62d5aaf

Please sign in to comment.