diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0651cc..117a165 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,7 +91,7 @@ jobs: run: poetry run task test - name: Store coverage files - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-html path: htmlcov