Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHaase authored Nov 29, 2024
1 parent b4f81ed commit b06e557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: composer run test --ansi --no-interaction -- --exclude-group "${{ steps.inspect.outputs.excluded-groups }}"
- name: Save tests temporary files
if: always() && env.IMAGINE_TEST_KEEP_TEMPFILES == 'yes'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows-${{ matrix.php-version }}-${{ matrix.extensions }}
path: tests/tmp/
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: composer run test --ansi --no-interaction -- --exclude-group "${{ steps.inspect.outputs.excluded-groups }}"
- name: Save tests temporary files
if: always() && env.IMAGINE_TEST_KEEP_TEMPFILES == 'yes'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker-${{ matrix.php-version }}-${{ matrix.image-suffix }}
path: tests/tmp/
Expand Down

0 comments on commit b06e557

Please sign in to comment.