File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 test_outcome : ${{ steps.e2e-tests.outcome }}
3333 steps :
3434 - name : Download PR metadata
35- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
35+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3636 with :
3737 name : e2e-pr-metadata
3838 path : /tmp/e2e-pr-metadata
@@ -133,7 +133,7 @@ jobs:
133133 - name : Download test results
134134 id : download-results
135135 continue-on-error : true
136- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
136+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
137137 with :
138138 name : e2e-test-results
139139
@@ -369,7 +369,7 @@ jobs:
369369 - name : Download PR metadata
370370 id : download-metadata
371371 continue-on-error : true
372- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
372+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
373373 with :
374374 name : e2e-pr-metadata
375375 path : /tmp/e2e-pr-metadata
Original file line number Diff line number Diff line change 2525 HAS_QUAY_AUTH : ${{ secrets.QUAY_USERNAME != '' && secrets.QUAY_TOKEN != '' }}
2626 steps :
2727 - name : Download PR metadata artifact
28- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
28+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2929 with :
3030 name : pr-metadata
3131 path : /tmp/pr-metadata
@@ -99,15 +99,15 @@ jobs:
9999 if-no-files-found : error
100100
101101 - name : Download amd64 container artifact
102- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
102+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
103103 with :
104104 name : container-image-pr-${{ steps.pr-info.outputs.pr_number }}-amd64
105105 path : /tmp/container-amd64
106106 run-id : ${{ github.event.workflow_run.id }}
107107 github-token : ${{ secrets.GITHUB_TOKEN }}
108108
109109 - name : Download arm64 container artifact
110- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
110+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
111111 with :
112112 name : container-image-pr-${{ steps.pr-info.outputs.pr_number }}-arm64
113113 path : /tmp/container-arm64
You can’t perform that action at this time.
0 commit comments