We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65d593b + 751c83f commit f83bf5cCopy full SHA for f83bf5c
2 files changed
.github/workflows/ci.yml
@@ -211,7 +211,7 @@ jobs:
211
tags: local/debuerreotype:latest
212
213
- name: Upload debuerreotype image tarball
214
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
215
with:
216
name: debuerreotype
217
path: /tmp/debuerreotype.tar
.github/workflows/per-suite.yml
@@ -151,7 +151,7 @@ jobs:
151
--file - "${{ steps.debuerreotype.outputs.output_dir}}"
152
docker run --rm "${tag}" apt-get update
153
154
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
155
if: ${{ steps.debuerreotype.outcome == 'success' }}
156
157
name: ${{ env.CODENAME }}-${{ env.ARCH }}-rootfs
0 commit comments