Skip to content

Commit 4f49439

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00c8ad1 commit 4f49439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# save image as artifact
4747
- run: docker save minimum2scp/baseimage:latest | pigz -c - > /tmp/baseimage.tar.gz
48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v5
4949
with: { name: baseimage, path: /tmp/baseimage.tar.gz }
5050

5151
# push image to docker hub
@@ -82,7 +82,7 @@ jobs:
8282

8383
# save image as artifact
8484
- run: docker save minimum2scp/ruby:latest | pigz -c - > /tmp/ruby.tar.gz
85-
- uses: actions/upload-artifact@v4
85+
- uses: actions/upload-artifact@v5
8686
with: { name: ruby, path: /tmp/ruby.tar.gz }
8787

8888
# push image to docker hub
@@ -408,7 +408,7 @@ jobs:
408408

409409
# save image as artifact
410410
- run: docker save minimum2scp/baseimage-trixie:latest | pigz -c - > /tmp/baseimage-trixie.tar.gz
411-
- uses: actions/upload-artifact@v4
411+
- uses: actions/upload-artifact@v5
412412
with: { name: baseimage-trixie, path: /tmp/baseimage-trixie.tar.gz }
413413

414414
# push image to docker hub
@@ -527,7 +527,7 @@ jobs:
527527

528528
# save image as artifact
529529
- run: docker save minimum2scp/baseimage-bookworm:latest | pigz -c - > /tmp/baseimage-bookworm.tar.gz
530-
- uses: actions/upload-artifact@v4
530+
- uses: actions/upload-artifact@v5
531531
with: { name: baseimage-bookworm, path: /tmp/baseimage-bookworm.tar.gz }
532532

533533
# push image to docker hub

0 commit comments

Comments
 (0)