Skip to content

Commit a0d8dbb

Browse files
chore(deps): update actions/download-artifact action to v8.0.1
1 parent 9c914d5 commit a0d8dbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)