From b5f34135119add605b2d7f6d32da027ecd5d2cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:22:02 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/basic-example.yml | 4 ++-- .github/workflows/issues-example.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/basic-example.yml b/.github/workflows/basic-example.yml index 0f33662..5fd2e30 100644 --- a/.github/workflows/basic-example.yml +++ b/.github/workflows/basic-example.yml @@ -33,7 +33,7 @@ jobs: # ./gradlew clean build - name: Upload application - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: app # TODO: Replace the following line with the path to your built artifact @@ -105,7 +105,7 @@ jobs: sarif_file: NowSecure.sarif - name: Upload SARIF to artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: NowSecure.sarif path: ./NowSecure.sarif diff --git a/.github/workflows/issues-example.yml b/.github/workflows/issues-example.yml index c0a2330..3217335 100644 --- a/.github/workflows/issues-example.yml +++ b/.github/workflows/issues-example.yml @@ -54,7 +54,7 @@ jobs: # ./gradlew clean build - name: Upload application - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: app # TODO: Replace this with the path to your built artifact