diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index cd47b03..b1e3a9a 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -24,7 +24,7 @@ jobs: run: composer test-coverage - name: Upload Code Coverage Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage path: coverage