diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 0dbdcdee5fe1d..36d681be25afe 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -367,12 +367,12 @@ jobs: run: | rm -rf ui/node_modules/argo-ui/node_modules - name: Get e2e code coverage - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: e2e-code-coverage path: e2e-code-coverage - name: Get unit test code coverage - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: test-results path: test-results