diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cf39207f..357ddd1e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -52,7 +52,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest --cov twentemilieu 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