Skip to content

Commit 24ca5c8

Browse files
authored
Merge pull request #81 from validatedpatterns/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 9570ab7 + baede44 commit 24ca5c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
buildah push "${CONTAINER}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${CONTAINER}-${TARGETARCH}"
5050
5151
- name: Upload image artifact
52-
uses: actions/upload-artifact@v5
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
5555
path: /tmp/image-${{ matrix.targetarch }}.tar

0 commit comments

Comments
 (0)