diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 393ba71..04e3e47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Test Coverage run: make cover - name: Upload coverage artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage path: |