diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de24cb3..4eeeaf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Prepare and run tests run: make env deps-fetch test-with-coverage - name: Store code coverage report - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.3.1 if: matrix.go == '1.21.x' with: { name: code-coverage-report, path: c.out }