We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aab6dc commit 980ed0eCopy full SHA for 980ed0e
.github/workflows/ci.yml.erb
@@ -85,7 +85,7 @@ images = {
85
<%- if image_conf[:save_artifact] -%>
86
# save image as artifact
87
- run: docker save minimum2scp/<%= image %>:latest | pigz -c - > /tmp/<%= image %>.tar.gz
88
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
89
with: { name: <%= image %>, path: /tmp/<%= image %>.tar.gz }
90
<%- else -%>
91
# no need to save image as artifact
0 commit comments