diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a6a14a1..d287183 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,7 +43,7 @@ jobs: run: poetry run pytest --cov ojmicroline_thermostat tests - name: Upload coverage artifact - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: coverage-${{ matrix.python }} path: .coverage