Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 349644f commit ff6fc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"

- name: "Upload coverage file"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage"
path: "coverage.xml"
Expand All @@ -63,7 +63,7 @@ jobs:
fetch-depth: 2

- name: "Download coverage files"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: "reports"

Expand Down

0 comments on commit ff6fc5b

Please sign in to comment.