|
@@ -70,12 +70,12 @@ jobs:
|
|
|
- name: Add Depot Tools to PATH
|
|
|
run: echo "$(pwd)/depot_tools" >> $GITHUB_PATH
|
|
|
- name: Download Generated Artifacts
|
|
|
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
|
|
|
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
|
|
|
with:
|
|
|
name: generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }}
|
|
|
path: ./generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }}
|
|
|
- name: Download Src Artifacts
|
|
|
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
|
|
|
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
|
|
|
with:
|
|
|
name: src_artifacts_linux_${{ env.TARGET_ARCH }}
|
|
|
path: ./src_artifacts_linux_${{ env.TARGET_ARCH }}
|
|
@@ -133,12 +133,12 @@ jobs:
|
|
|
- name: Add Depot Tools to PATH
|
|
|
run: echo "$(pwd)/depot_tools" >> $GITHUB_PATH
|
|
|
- name: Download Generated Artifacts
|
|
|
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
|
|
|
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
|
|
|
with:
|
|
|
name: generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }}
|
|
|
path: ./generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }}
|
|
|
- name: Download Src Artifacts
|
|
|
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
|
|
|
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
|
|
|
with:
|
|
|
name: src_artifacts_linux_${{ env.TARGET_ARCH }}
|
|
|
path: ./src_artifacts_linux_${{ env.TARGET_ARCH }}
|