File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
@@ -91,15 +91,15 @@ jobs:
9191 echo "Primary Tag: $PRIMARY_TAG"
9292
9393 - name : Download amd64 container artifact
94- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
94+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9595 with :
9696 name : container-image-pr-${{ steps.pr-info.outputs.pr_number }}-amd64
9797 path : /tmp/container-amd64
9898 run-id : ${{ github.event.workflow_run.id }}
9999 github-token : ${{ secrets.GITHUB_TOKEN }}
100100
101101 - name : Download arm64 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 }}-arm64
105105 path : /tmp/container-arm64
You can’t perform that action at this time.
0 commit comments