Skip to content

Commit 72eff8e

Browse files
Bump actions/upload-artifact in /.github/actions/build-image
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...v4.4.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ab4fc8 commit 72eff8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-image/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
touch "/tmp/digests/${{ inputs.target }}/ghcr/${digest#sha256:}"
5959
6060
- name: Upload ghcr digest
61-
uses: actions/upload-artifact@v3.1.3
61+
uses: actions/upload-artifact@v4.4.2
6262
with:
6363
name: digests-${{ inputs.target }}-ghcr
6464
path: /tmp/digests/${{ inputs.target }}/ghcr/*
@@ -89,7 +89,7 @@ runs:
8989
touch "/tmp/digests/${{ inputs.target }}/dockerhub/${digest#sha256:}"
9090
9191
- name: Upload dockerhub digest
92-
uses: actions/upload-artifact@v3.1.3
92+
uses: actions/upload-artifact@v4.4.2
9393
with:
9494
name: digests-${{ inputs.target }}-dockerhub
9595
path: /tmp/digests/${{ inputs.target }}/dockerhub/*

0 commit comments

Comments
 (0)