diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29782858..63de1f78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: run: poetry run pytest --cov simplipy tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.python-version }} path: .coverage