diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d5f6f..7bd3ea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - name: Download code coverage report - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: code-coverage-report - name: Code Coverage Report