diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918cb4cd..14c9793e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: path: ${{ env.WORKSPACE_INSTALL_PATH }} - name: Install artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.WORKSPACE_ARTIFACT_PATH }} @@ -171,7 +171,7 @@ jobs: continue-on-error: true steps: - name: Get artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: artifacts