We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab4fc8 commit 72eff8eCopy full SHA for 72eff8e
.github/actions/build-image/action.yaml
@@ -58,7 +58,7 @@ runs:
58
touch "/tmp/digests/${{ inputs.target }}/ghcr/${digest#sha256:}"
59
60
- name: Upload ghcr digest
61
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4.4.2
62
with:
63
name: digests-${{ inputs.target }}-ghcr
64
path: /tmp/digests/${{ inputs.target }}/ghcr/*
@@ -89,7 +89,7 @@ runs:
89
touch "/tmp/digests/${{ inputs.target }}/dockerhub/${digest#sha256:}"
90
91
- name: Upload dockerhub digest
92
93
94
name: digests-${{ inputs.target }}-dockerhub
95
path: /tmp/digests/${{ inputs.target }}/dockerhub/*
0 commit comments