Skip to content

Commit

Permalink
Merge pull request #6 from Astrotomic/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
Gummibeer authored Jul 17, 2024
2 parents 3f798f6 + c5a239c commit b1e37ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" --dev --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- run: vendor/bin/pest --coverage --coverage-html=.coverage
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: "Coverage - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}"
path: ./.coverage
Expand Down

0 comments on commit b1e37ec

Please sign in to comment.