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

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

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-12-17 16:25:43 +08:00
committed by GitHub
parent f6b7ec8009
commit 64ad5c539f
4 changed files with 10 additions and 10 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@v5
- uses: actions/upload-artifact@v6
with:
name: vendor.tar.zst
path: target/vendor.tar.zst

View File

@@ -138,7 +138,7 @@ jobs:
run: just package
- name: Upload package artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: packages-${{ matrix.test_os }}
path: target/packages/*.rpm
@@ -182,7 +182,7 @@ jobs:
fi
- name: Download package artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: packages-${{ matrix.test_os }}
path: target/packages/
@@ -207,7 +207,7 @@ jobs:
- name: Archive TMT logs
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: tmt-log-PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ matrix.variant }}-${{ env.ARCH }}
path: /var/tmp/tmt

View File

@@ -37,7 +37,7 @@ jobs:
publish_results: true
- name: "Upload artifact"
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: SARIF file
path: results.sarif