diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6a0f33..6577b3f 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.6.2 + uses: actions/upload-artifact@v5.0.0 if: matrix.go == '1.21.x' with: { name: code-coverage-report, path: c.out }