diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e781533..b15b03e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: go tool cover -html=coverage.out -o coverage.html - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-report path: |