Skip to content

Commit 55614a8

Browse files
chore(deps): update actions/upload-artifact digest to a8a3f3a (#208)
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 63085af commit 55614a8

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

0 commit comments

Comments
 (0)