Skip to content

Commit 39d167b

Browse files
authored
Merge pull request #56 from validatedpatterns/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents d3db645 + 16c8abc commit 39d167b

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)