diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 27940910..fb267b0e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov demetriek tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: coverage-${{ matrix.python }} path: .coverage