Skip to content

Commit

Permalink
Bump actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
neildaniels committed Jan 30, 2025
1 parent a8f2c6b commit eba8fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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.deps }}-${{ hashFiles('composer.lock') }}.coverage"
path: "coverage.xml"
Expand Down

0 comments on commit eba8fea

Please sign in to comment.