diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50d1b90a596..187de807b2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -335,7 +335,7 @@ jobs: -o console_output_style=count \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.4.3 with: name: coverage-${{ matrix.python-version }} path: .coverage