We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e170669 + 6028751 commit 07fbebeCopy full SHA for 07fbebe
1 file changed
.github/workflows/build_image.yml
@@ -73,7 +73,7 @@ jobs:
73
touch "${{ runner.temp }}/digests/${digest#sha256:}"
74
75
- name: Upload digest
76
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
77
with:
78
name: digests-${{ env.PLATFORM_PAIR }}
79
path: ${{ runner.temp }}/digests/*
@@ -88,7 +88,7 @@ jobs:
88
image_tag: ${{ steps.set-tag.outputs.image_tag }}
89
steps:
90
- name: Download digests
91
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
92
93
path: ${{ runner.temp }}/digests
94
pattern: digests-*
0 commit comments