Skip to content

Commit 0ff36f5

Browse files
chore(deps): update actions/upload-artifact digest to 6546280 (#423)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Aris Boutselis <arisboutselis08@gmail.com>
1 parent 1f0a475 commit 0ff36f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_container.yaml

Lines changed: 1 addition & 1 deletion
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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
99+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
100100
with:
101101
name: ${{ env.IMAGE_NAME }}-image.tar
102102
path: /tmp/${{ env.IMAGE_NAME }}-image.tar

0 commit comments

Comments
 (0)