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:
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@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: vendor.tar.zst
|
||||
path: target/vendor.tar.zst
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/openssf-scorecard.yml
vendored
2
.github/workflows/openssf-scorecard.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user