diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 939b1b03..22674b87 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov wled tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 with: name: coverage-${{ matrix.python }} path: .coverage