diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64cf381..3e27d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Upload coverage if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage-go${{ matrix.go-version }} path: coverage.out