diff --git a/.github/workflows/build-cucumber.yml b/.github/workflows/build-cucumber.yml index a06bb1f614a..6a83eb5425e 100644 --- a/.github/workflows/build-cucumber.yml +++ b/.github/workflows/build-cucumber.yml @@ -23,7 +23,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 6cb90883419..205ba987557 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -34,7 +34,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 0ff81b4eadc..8bbf4aa265a 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -16,7 +16,7 @@ jobs: java-version: '21' distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-e2e-tests.yml b/.github/workflows/build-e2e-tests.yml index b5fbb7821c5..c5e8a11faa4 100644 --- a/.github/workflows/build-e2e-tests.yml +++ b/.github/workflows/build-e2e-tests.yml @@ -40,7 +40,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index 9601eac41a0..bee6031c389 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -51,7 +51,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 8e03709813e..654213fdb3a 100644 --- a/.github/workflows/build-mysql.yml +++ b/.github/workflows/build-mysql.yml @@ -51,7 +51,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index fb8dffc083c..4f842dea3c8 100644 --- a/.github/workflows/build-postgresql.yml +++ b/.github/workflows/build-postgresql.yml @@ -52,7 +52,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-progressive-loan.yml b/.github/workflows/build-progressive-loan.yml index 408c574093c..caaa98130b1 100644 --- a/.github/workflows/build-progressive-loan.yml +++ b/.github/workflows/build-progressive-loan.yml @@ -23,7 +23,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/build-quality-checks.yml b/.github/workflows/build-quality-checks.yml index 23c7de04557..d9e627455ea 100644 --- a/.github/workflows/build-quality-checks.yml +++ b/.github/workflows/build-quality-checks.yml @@ -23,7 +23,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . @@ -64,7 +64,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . @@ -105,7 +105,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . @@ -146,7 +146,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . @@ -187,7 +187,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/liquibase-only-postgresql.yml b/.github/workflows/liquibase-only-postgresql.yml index 16fb2eeb3a2..06e68ac702f 100644 --- a/.github/workflows/liquibase-only-postgresql.yml +++ b/.github/workflows/liquibase-only-postgresql.yml @@ -33,7 +33,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/publish-dockerhub.yml b/.github/workflows/publish-dockerhub.yml index f4748801f59..457c38ee3d9 100644 --- a/.github/workflows/publish-dockerhub.yml +++ b/.github/workflows/publish-dockerhub.yml @@ -18,7 +18,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/regression-safety-db-changes.yml b/.github/workflows/regression-safety-db-changes.yml index ff0cffb2447..9445daa8313 100644 --- a/.github/workflows/regression-safety-db-changes.yml +++ b/.github/workflows/regression-safety-db-changes.yml @@ -14,7 +14,7 @@ jobs: has_liquibase_changes: ${{ steps.check.outputs.has_changes }} steps: - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . @@ -108,7 +108,7 @@ jobs: java-version: '21' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/run-integration-test-sequentially-postgresql.yml b/.github/workflows/run-integration-test-sequentially-postgresql.yml index 692ebb4808f..add9fe90562 100644 --- a/.github/workflows/run-integration-test-sequentially-postgresql.yml +++ b/.github/workflows/run-integration-test-sequentially-postgresql.yml @@ -36,7 +36,7 @@ jobs: java-version: '21' distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/smoke-messaging.yml b/.github/workflows/smoke-messaging.yml index 458e8e591dd..1696b99cab7 100644 --- a/.github/workflows/smoke-messaging.yml +++ b/.github/workflows/smoke-messaging.yml @@ -32,7 +32,7 @@ jobs: distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index f237e8baaf9..e4d8878c339 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -24,7 +24,7 @@ jobs: java-version: '21' distribution: 'zulu' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/verify-api-backward-compatibility.yml b/.github/workflows/verify-api-backward-compatibility.yml index 1a4198070e7..27b54c5fd34 100644 --- a/.github/workflows/verify-api-backward-compatibility.yml +++ b/.github/workflows/verify-api-backward-compatibility.yml @@ -50,7 +50,7 @@ jobs: java-version: '21' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/verify-liquibase-backward-compatibility.yml b/.github/workflows/verify-liquibase-backward-compatibility.yml index 4177b0cf89e..bc3a3eee61c 100644 --- a/.github/workflows/verify-liquibase-backward-compatibility.yml +++ b/.github/workflows/verify-liquibase-backward-compatibility.yml @@ -48,7 +48,7 @@ jobs: java-version: '21' - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: . diff --git a/.github/workflows/verify-liquibase-ddl-safety.yml b/.github/workflows/verify-liquibase-ddl-safety.yml index bf2f6206f57..d69b1ede173 100644 --- a/.github/workflows/verify-liquibase-ddl-safety.yml +++ b/.github/workflows/verify-liquibase-ddl-safety.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Download workspace - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: fineract-workspace-${{ github.run_id }} path: .