Skip to content

Commit

Permalink
Merge pull request #415 from hartwork/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.1.0

Actions(deps): Bump actions/upload-artifact from 4.0.0 to 4.1.0
  • Loading branch information
hartwork authored Jan 15, 2024
2 parents 1213f6b + 65294ab commit 2e69a0a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/directory-bootstrap-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
( cd /tmp/alpine_chroot/ && sudo tar c . ) | xz -T "$(nproc)" > "${chroot_base_name}"
ls -lh "${chroot_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: alpine-chroot-qcow2
path: '*.tar.xz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/directory-bootstrap-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
( cd /tmp/arch_chroot/ && sudo tar c . ) | xz -T "$(nproc)" > "${chroot_base_name}"
ls -lh "${chroot_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: arch-chroot-qcow2
path: '*.tar.xz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/directory-bootstrap-gentoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
( cd /tmp/gentoo_chroot/ && sudo tar c . ) | xz -T "$(nproc)" > "${chroot_base_name}"
ls -lh "${chroot_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: gentoo-chroot-qcow2
path: '*.tar.xz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/directory-bootstrap-void.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
( cd /tmp/void_chroot/ && sudo tar c . ) | xz -T "$(nproc)" > "${chroot_base_name}"
ls -lh "${chroot_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: void-chroot-qcow2
path: '*.tar.xz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-bootstrap-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
sudo qemu-img convert -f raw -O qcow2 "${LOOP_DEV}" "${img_base_name}"
ls -lh "${img_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: arch-openstack-qcow2
path: '*.qcow2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-bootstrap-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
sudo qemu-img convert -f raw -O qcow2 "${LOOP_DEV}" "${img_base_name}"
ls -lh "${img_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: debian-${{ matrix.debian_release }}-openstack-qcow2
path: '*.qcow2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-bootstrap-gentoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo qemu-img convert -f raw -O qcow2 "${LOOP_DEV}" "${img_base_name}"
ls -lh "${img_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: gentoo-openstack-qcow2
path: '*.qcow2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-bootstrap-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
sudo qemu-img convert -f raw -O qcow2 "${LOOP_DEV}" "${img_base_name}"
ls -lh "${img_base_name}"
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: ubuntu-openstack-qcow2
path: '*.qcow2'
Expand Down

0 comments on commit 2e69a0a

Please sign in to comment.