Skip to content

Commit c7cfff2

Browse files
chore(deps): update actions/upload-artifact digest to b4b15b8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f39abf commit c7cfff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
outputs: type=docker,dest=/tmp/${{ env.IMAGE_NAME }}-image.tar
9797

9898
- name: Upload image as artifact
99-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
99+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
100100
with:
101101
name: ${{ env.IMAGE_NAME }}-image.tar
102102
path: /tmp/${{ env.IMAGE_NAME }}-image.tar

0 commit comments

Comments
 (0)