diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4e620836..24ad0409 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov bsblan tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 with: name: coverage-${{ matrix.python }} path: .coverage