diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4820788..fefd37f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,7 +113,7 @@ jobs: - name: Publish test results and coverage if: ${{ (github.event_name == 'pull_request') && (success() || failure()) }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage