Skip to content

Commit 2a8a9b4

Browse files
chore(deps): update actions/upload-artifact digest to 834a144 (#1214)
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 b7e5394 commit 2a8a9b4

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

0 commit comments

Comments
 (0)