diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8284dd..dfe7ddf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: run: make test-with-coverage if: matrix.go == '1.21.x' - name: Store code coverage report - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.4.3 with: { name: code-coverage-report, path: c.out } if: matrix.go == '1.21.x'