diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6ee200..2cd7ceb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: MINIO_SECURE: false run: hatch run test:run - name: store coverage files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: .coverage*