From e250f5c0eddb1fcda7b008966a23b69533a91f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:33:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.ca-cert.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b8dc81107..8f0e0114e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -51,7 +51,7 @@ jobs: # using this token rather than github.token due to `release not found` bug # https://github.com/pkgxdev/cli/issues/5252 GH_TOKEN: ${{ secrets.GH_TOKEN }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: srcs path: ${{ env.FILENAME }}.tar.gz diff --git a/.github/workflows/ci.ca-cert.yml b/.github/workflows/ci.ca-cert.yml index d7d935464..dbc07cc49 100644 --- a/.github/workflows/ci.ca-cert.yml +++ b/.github/workflows/ci.ca-cert.yml @@ -22,7 +22,7 @@ jobs: - run: apt-get update && apt-get install -y curl gcc perl make - uses: dtolnay/rust-toolchain@stable - run: cargo build --release - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: path: ./target/release/pkgx name: pkgx