From 390878c07338a463baf0b3410744a24c2a7b5f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:54:57 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/main-build-and-deploy-oss.yml | 4 ++-- .github/workflows/main-build-and-deploy.yml | 4 ++-- .github/workflows/multi tenancy_Integration.yml | 2 +- .github/workflows/multiTenant_deploy_and_Integration_test.yml | 2 +- .../multiTenant_deploy_and_Integration_test_LatestVersion.yml | 2 +- .github/workflows/unit.tests.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main-build-and-deploy-oss.yml b/.github/workflows/main-build-and-deploy-oss.yml index 30661c4f3..65f48b765 100644 --- a/.github/workflows/main-build-and-deploy-oss.yml +++ b/.github/workflows/main-build-and-deploy-oss.yml @@ -34,7 +34,7 @@ jobs: maven-version: ${{ env.MAVEN_VERSION }} - name: Upload Changed Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: root-new-version path: . @@ -76,7 +76,7 @@ jobs: - name: Upload Changed Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: root-build include-hidden-files: true diff --git a/.github/workflows/main-build-and-deploy.yml b/.github/workflows/main-build-and-deploy.yml index 0b6616795..5472d2746 100644 --- a/.github/workflows/main-build-and-deploy.yml +++ b/.github/workflows/main-build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: maven-version: ${{ env.MAVEN_VERSION }} - name: Upload Changed Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: root-new-version include-hidden-files: true @@ -51,7 +51,7 @@ jobs: maven-version: ${{ env.MAVEN_VERSION }} - name: Upload Changed Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: root-build include-hidden-files: true diff --git a/.github/workflows/multi tenancy_Integration.yml b/.github/workflows/multi tenancy_Integration.yml index a20e1fac7..685d6831d 100644 --- a/.github/workflows/multi tenancy_Integration.yml +++ b/.github/workflows/multi tenancy_Integration.yml @@ -223,7 +223,7 @@ jobs: - name: Upload test results 📊 if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.testClass }}-${{ matrix.tokenFlow }}-${{ matrix.tenant }} path: | diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test.yml b/.github/workflows/multiTenant_deploy_and_Integration_test.yml index f9219731e..c86dc7b46 100644 --- a/.github/workflows/multiTenant_deploy_and_Integration_test.yml +++ b/.github/workflows/multiTenant_deploy_and_Integration_test.yml @@ -305,7 +305,7 @@ jobs: - name: Upload test results 📊 if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.testClass }}-${{ matrix.tokenFlow }}-${{ matrix.tenant }} path: | diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml b/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml index 7f514fc86..c79cf4ffa 100644 --- a/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml +++ b/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml @@ -353,7 +353,7 @@ jobs: - name: Upload test results 📊 if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.testClass }}-${{ matrix.tokenFlow }}-${{ matrix.tenant }} path: | diff --git a/.github/workflows/unit.tests.yml b/.github/workflows/unit.tests.yml index bda421a7a..9254211b0 100644 --- a/.github/workflows/unit.tests.yml +++ b/.github/workflows/unit.tests.yml @@ -39,7 +39,7 @@ jobs: mvn clean install -P unit-tests -DskipIntegrationTests - name: Upload code coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: code-coverage-report path: target/site/jacoco/jacoco.xml