Skip to content

Commit f83bf5c

Browse files
authored
Merge pull request #93 from vicamo/dependabot/github_actions/actions/upload-artifact-6
build(deps): Bump actions/upload-artifact from 4 to 6
2 parents 65d593b + 751c83f commit f83bf5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
tags: local/debuerreotype:latest
212212

213213
- name: Upload debuerreotype image tarball
214-
uses: actions/upload-artifact@v4
214+
uses: actions/upload-artifact@v6
215215
with:
216216
name: debuerreotype
217217
path: /tmp/debuerreotype.tar

.github/workflows/per-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
--file - "${{ steps.debuerreotype.outputs.output_dir}}"
152152
docker run --rm "${tag}" apt-get update
153153
154-
- uses: actions/upload-artifact@v4
154+
- uses: actions/upload-artifact@v6
155155
if: ${{ steps.debuerreotype.outcome == 'success' }}
156156
with:
157157
name: ${{ env.CODENAME }}-${{ env.ARCH }}-rootfs

0 commit comments

Comments
 (0)