Skip to content

Commit

Permalink
Merge branch '8.5' into 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 30, 2024
2 parents 2430391 + 361a5de commit 040e6b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,10 @@ jobs:
run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)

- name: Upload PHAR
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: phpunit-snapshot-phar
overwrite: true
path: ./build/artifacts/phpunit-snapshot.phar
retention-days: 7

Expand Down Expand Up @@ -309,7 +310,7 @@ jobs:
java-version: 11

- name: Download PHAR
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: phpunit-snapshot-phar
path: ./build/artifacts/
Expand Down

0 comments on commit 040e6b9

Please sign in to comment.