diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8e41adb..4cb05c2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -82,7 +82,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov cybro tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.python }} path: .coverage