From f502be2115383eb9106cd4c5b2cfd234bba30cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:54:18 +0000 Subject: [PATCH] chore(deps): 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/build.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d02c73..d607fef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: ./amber --help - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: github.event_name == 'workflow_dispatch' with: name: amber-cli-${{ matrix.target }}-build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 705e7d2..d0ad0a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Upload binary artifact (Linux) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: matrix.os == 'ubuntu-latest' with: name: amber_cli-linux diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8f2aca..92e674b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: echo "sha256=$(cat amber-cli-${{ matrix.target }}.tar.gz.sha256 | cut -d' ' -f1)" >> $GITHUB_OUTPUT - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: amber-cli-${{ matrix.target }} path: |