diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 8f60c35..b352a45 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -122,12 +122,12 @@ jobs: - name: Install gocovmerge run: go install github.com/wadey/gocovmerge@latest - name: Download unit coverage - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: unit-coverage-file continue-on-error: true - name: Download e2e coverage - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: e2e-coverage-file continue-on-error: true