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:
2
.github/workflows/autovendor.yml
vendored
2
.github/workflows/autovendor.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user