From b8fe32df5822e650875136663baf563409d0a31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:23:08 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/graalvm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml index d17f8f3a..e9df9c9f 100644 --- a/.github/workflows/graalvm.yml +++ b/.github/workflows/graalvm.yml @@ -52,7 +52,7 @@ jobs: run: ./src/ci/gh-build.sh - name: Archive Binary - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: okta-cli-${{ matrix.os }}-x86_64 path: cli/target/okta @@ -108,7 +108,7 @@ jobs: shell: cmd - name: Archive Binary - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: okta-cli-${{ matrix.os }}-x86_64.exe path: cli/target/okta.exe