From 74a356dcdde4c1b910db69e884c8d644aa45019d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:21:24 +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/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 b1fd401..d2d0cc9 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@v5 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@v5 with: name: NowSecure.sarif path: ./NowSecure.sarif diff --git a/.github/workflows/issues-example.yml b/.github/workflows/issues-example.yml index bbcc0da..56dfcc2 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@v5 with: name: app # TODO: Replace this with the path to your built artifact