From 4d38feec75e341987af2b2d9440b63bd588c1fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:21:52 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 431ae736f..fc72fe79a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -52,7 +52,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@v4 + - uses: actions/upload-artifact@v5 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 5a3864aef..88686cb6c 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@v4 + - uses: actions/upload-artifact@v5 with: path: ./target/release/pkgx name: pkgx