Skip to content

Commit edb0c03

Browse files
chore(deps): update actions/upload-artifact digest to a8a3f3a (#40)
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 e7f9356 commit edb0c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
outputs: type=docker,dest=/tmp/${{ env.IMAGE_NAME }}-image.tar
9898

9999
- name: Upload image as artifact
100-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
100+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
101101
with:
102102
name: ${{ env.IMAGE_NAME }}-image.tar
103103
path: /tmp/${{ env.IMAGE_NAME }}-image.tar

0 commit comments

Comments
 (0)