diff --git a/.github/workflows/autovendor.yml b/.github/workflows/autovendor.yml index 7df33fcf..689e2bec 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 ea0a6d67..66f9b8e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,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 }}-ostree-${{ env.ARCH }} path: /var/tmp/tmt @@ -227,7 +227,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 }}-cfs-${{ env.ARCH }} path: /var/tmp/tmt diff --git a/.github/workflows/scheduled-release.yml b/.github/workflows/scheduled-release.yml index badd0fc2..fb80f26b 100644 --- a/.github/workflows/scheduled-release.yml +++ b/.github/workflows/scheduled-release.yml @@ -97,7 +97,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 env: VERSION: ${{ steps.create_commit.outputs.VERSION }} with: diff --git a/crates/ostree-ext/.github/workflows/rust.yml b/crates/ostree-ext/.github/workflows/rust.yml index efd69808..c575b843 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