diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3d90b1d34..22dc38192 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download coverage reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: reports path: reports