diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 62f3cbb0..d51b4a80 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -52,7 +52,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov elgato tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v2.3.0 with: name: coverage-${{ matrix.python }}-${{ matrix.os }} path: .coverage