diff --git a/.github/workflows/ossar-scan.yml b/.github/workflows/ossar-scan.yml index caa4599c2f..01eebdb68a 100644 --- a/.github/workflows/ossar-scan.yml +++ b/.github/workflows/ossar-scan.yml @@ -55,7 +55,7 @@ jobs: - name: Download build artifact if: (steps.skip_check.outputs.should_skip != 'true') && success() - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 id: download_artifact with: name: ${{inputs.build_artifact}}-${{matrix.configurations}} diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 340f217c67..6ba4e59d65 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -141,7 +141,7 @@ jobs: - name: Download build artifact if: (steps.skip_check.outputs.should_skip != 'true') && success() - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 id: download_artifact with: name: ${{inputs.build_artifact}}-${{matrix.configurations}} diff --git a/.github/workflows/upload-perf-results.yml b/.github/workflows/upload-perf-results.yml index 889e22c4b4..f3dae15dde 100644 --- a/.github/workflows/upload-perf-results.yml +++ b/.github/workflows/upload-perf-results.yml @@ -35,7 +35,7 @@ jobs: egress-policy: audit - name: Download performance result artifacts - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: name: Test-Logs-${{inputs.result_artifact}} path: ${{github.workspace}}/results_artifact