Skip to content

Commit 980ed0e

Browse files
committed
bump actions/upload-artifact from 4 to 5 in erb template
1 parent 5aab6dc commit 980ed0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ images = {
8585
<%- if image_conf[:save_artifact] -%>
8686
# save image as artifact
8787
- run: docker save minimum2scp/<%= image %>:latest | pigz -c - > /tmp/<%= image %>.tar.gz
88-
- uses: actions/upload-artifact@v4
88+
- uses: actions/upload-artifact@v5
8989
with: { name: <%= image %>, path: /tmp/<%= image %>.tar.gz }
9090
<%- else -%>
9191
# no need to save image as artifact

0 commit comments

Comments
 (0)