|
25 | 25 |
|
26 | 26 | steps: |
27 | 27 | - name: Sync video-driver codebase |
28 | | - uses: qualcomm-linux/video-driver/.github/actions/sync@atest-meta-qcom-sync |
| 28 | + uses: qualcomm-linux/video-driver/.github/actions/sync@latest-meta-qcom-sync |
29 | 29 | with: |
30 | 30 | event_name: ${{ github.event_name }} |
31 | 31 | pr_ref: ${{ github.event.pull_request.head.ref || '' }} |
|
72 | 72 | # "${{ github.event.pull_request.head.repo.full_name || '' }}" |
73 | 73 |
|
74 | 74 | - name: Build ${{ matrix.build_matrix.machine }} |
75 | | - uses: qualcomm-linux/video-driver/.github/actions/build@atest-meta-qcom-sync |
| 75 | + uses: qualcomm-linux/video-driver/.github/actions/build@latest-meta-qcom-sync |
76 | 76 | with: |
77 | 77 | docker_image: ${{ inputs.docker_image }} |
78 | 78 | kas_file: ${{ matrix.build_matrix.kas_file }} |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | ls -la "${{ github.workspace }}/downloads/" |
113 | 113 |
|
114 | 114 | - name: Inject Iris test app to rootfs |
115 | | - uses: qualcomm-linux/video-driver/.github/actions/inject@atest-meta-qcom-sync |
| 115 | + uses: qualcomm-linux/video-driver/.github/actions/inject@latest-meta-qcom-sync |
116 | 116 | with: |
117 | 117 | docker_image: ${{ inputs.docker_image }} |
118 | 118 | machine: ${{ matrix.build_matrix.machine }} |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 |
|
180 | 180 | - name: Upload artifacts to S3 |
181 | 181 | id: upload-artifacts |
182 | | - uses: qualcomm-linux/video-driver/.github/actions/aws_s3_helper@atest-meta-qcom-sync |
| 182 | + uses: qualcomm-linux/video-driver/.github/actions/aws_s3_helper@latest-meta-qcom-sync |
183 | 183 | with: |
184 | 184 | s3_bucket: qli-prd-video-gh-artifacts |
185 | 185 | local_file: ${{ github.workspace }}/artifacts/file_list.txt |
|
0 commit comments