Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent a60465f commit 4f9ea6a
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.dependencies }}-${{ 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 4f9ea6a

Please sign in to comment.