diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 971b6ed3..b7e02d6b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -49,7 +49,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov omnikinverter tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v2.3.1 with: name: coverage-${{ matrix.python }}-${{ matrix.os }} path: .coverage