Skip to content

Commit 95b39de

Browse files
authored
Merge pull request #87 from validatedpatterns/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents be23d67 + 6328911 commit 95b39de

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@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
5555
path: /tmp/image-${{ matrix.targetarch }}.tar

0 commit comments

Comments
 (0)