diff --git a/.github/workflows/main-build-and-deploy-oss.yml b/.github/workflows/main-build-and-deploy-oss.yml index 30661c4f..65f48b76 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 0b661679..5472d274 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 a20e1fac..685d6831 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 f9219731..c86dc7b4 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 7f514fc8..c79cf4ff 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 bda421a7..9254211b 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