diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ad12fef2..4c76c617 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,7 +36,7 @@ jobs: - name: 🚀 Run pytest run: uv run pytest --cov=bsblan tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: coverage-${{ matrix.python }} include-hidden-files: true