1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

chore(deps): update github actions (#1702)

Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
Co-authored-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
This commit is contained in:
bootc-bot[bot]
2025-10-26 14:21:31 -04:00
committed by GitHub
parent 7eaf53bec7
commit 6a4cabfc43
3 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run: cargo install cargo-vendor-filterer
- name: Run
run: mkdir -p target && cd crates/cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../../target/vendor.tar.zst
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: vendor.tar.zst
path: target/vendor.tar.zst

View File

@@ -145,7 +145,7 @@ jobs:
just test-container
- name: Archive disk image
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ env.ARCH }}-disk
path: target/bootc-integration-test.qcow2
@@ -174,7 +174,7 @@ jobs:
run: mkdir -p target
- name: Download disk.raw
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ env.ARCH }}-disk
path: target
@@ -188,7 +188,7 @@ jobs:
- name: Archive TMT logs
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: tmt-log-PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ env.ARCH }}-${{ matrix.tmt_plan }}
path: /var/tmp/tmt