Skip to content

Commit 4b13727

Browse files
chore(deps): update actions/upload-artifact digest to 0b2256b (#1175)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9edbf3 commit 4b13727

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@65462800fd760344b1a7b4382951275a0abb4808 # v4
99+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
100100
with:
101101
name: ${{ env.IMAGE_NAME }}-image.tar
102102
path: /tmp/${{ env.IMAGE_NAME }}-image.tar

0 commit comments

Comments
 (0)