Skip to content

Commit 1d95cab

Browse files
chore(deps): update github artifact actions (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e66f00 commit 1d95cab

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/build-container/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ runs:
257257
258258
- name: Upload container artifact
259259
if: inputs.push != 'true'
260-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
260+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
261261
with:
262262
name: ${{ steps.export.outputs.artifact_name }}
263263
path: /tmp/container-image.tar

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
cat /tmp/pr-metadata/pr-info.json
119119
120120
- name: Upload PR metadata
121-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
121+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
122122
with:
123123
name: pr-metadata
124124
path: /tmp/pr-metadata/pr-info.json

.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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
28+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
94+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
102+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
103103
with:
104104
name: container-image-pr-${{ steps.pr-info.outputs.pr_number }}-arm64
105105
path: /tmp/container-arm64

0 commit comments

Comments
 (0)