diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51943e3..5ae1ec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Upload coverage artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: go-coverage path: coverage.out