From 3d8d7ce1bef1bc78a925d1cfac3d993a9735b88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 06:27:39 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact in the github-actions group Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/__call-codeql.yml | 2 +- .github/workflows/__call-docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__call-codeql.yml b/.github/workflows/__call-codeql.yml index 60bd71f1..e4307264 100644 --- a/.github/workflows/__call-codeql.yml +++ b/.github/workflows/__call-codeql.yml @@ -233,7 +233,7 @@ jobs: sarif_file: sarif-results/${{ matrix.language }}.sarif - name: Upload loc as a Build Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sarif-results-${{ matrix.language }}-${{ runner.os }} path: sarif-results diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index b244030c..2567ed92 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -312,7 +312,7 @@ jobs: - name: Upload Artifacts if: steps.prepare.outputs.artifacts == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-Docker${{ matrix.tag }} path: artifacts/