diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4335cb2..270c2b0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,10 +168,7 @@ jobs: - upload-coverage runs-on: ubuntu-22.04 steps: - - uses: geekyeggo/delete-artifact@v1 + - uses: geekyeggo/delete-artifact@v2 with: name: | - coverage-unit - coverage-db - coverage-api - coverage-cli + coverage-* diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8d8a4b0d..abfbd456 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -49,11 +49,7 @@ jobs: delete-artifacts: needs: ['publish'] runs-on: ubuntu-22.04 - strategy: - matrix: - php-version: ['8.1', '8.2'] - swoole: ['yes', 'no'] steps: - - uses: geekyeggo/delete-artifact@v1 + - uses: geekyeggo/delete-artifact@v2 with: - name: dist-files-${{ matrix.php-version }}-${{ matrix.swoole }} + name: dist-files-*