diff --git a/.github/workflows/autovendor.yml b/.github/workflows/autovendor.yml index 7df33fcfd..689e2bec5 100644 --- a/.github/workflows/autovendor.yml +++ b/.github/workflows/autovendor.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fd23c0ad..06f9762f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index 97a7f123e..314a0fa7d 100644 --- a/.github/workflows/openssf-scorecard.yml +++ b/.github/workflows/openssf-scorecard.yml @@ -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 diff --git a/crates/ostree-ext/.github/workflows/rust.yml b/crates/ostree-ext/.github/workflows/rust.yml index efd69808b..c575b843e 100644 --- a/crates/ostree-ext/.github/workflows/rust.yml +++ b/crates/ostree-ext/.github/workflows/rust.yml @@ -57,7 +57,7 @@ jobs: - name: Build run: cargo build --release --features=internal-testing-api - name: Upload binary - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ostree-ext-cli path: target/release/ostree-ext-cli @@ -105,7 +105,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Download ostree-ext-cli - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ostree-ext-cli - name: Install @@ -121,7 +121,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Download ostree-ext-cli - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ostree-ext-cli - name: Install @@ -139,7 +139,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Download - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ostree-ext-cli - name: Install @@ -159,7 +159,7 @@ jobs: repository: coreos/coreos-layering-examples path: coreos-layering-examples - name: Download - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ostree-ext-cli - name: Integration tests