diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb868e7f865..df579e92845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -253,7 +253,7 @@ jobs: run: ant run-phar-specific-tests-with-scoped-phar - uses: actions/upload-artifact@v2 - if: ${{ matrix.php-version == 8.0 }} + if: ${{ matrix.php-version == 8.1 }} with: name: phpunit-snapshot-phar path: ./build/artifacts/phpunit-snapshot.phar