This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 8d2db7f80f Bump actions/upload-artifact from 4.6.1 to 4.6.2
8d2db7f80f is described below
commit 8d2db7f80fcd9283b576a5978853345cf5c77152
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 20 05:13:01 2025 +0000
Bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build-embeddable-progressive-loan-jar.yml | 2 +-
.github/workflows/build-mariadb.yml | 4 ++--
.github/workflows/build-mysql.yml | 4 ++--
.github/workflows/build-postgresql.yml | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build-embeddable-progressive-loan-jar.yml
b/.github/workflows/build-embeddable-progressive-loan-jar.yml
index a8d2a9961a..fa1551097d 100644
--- a/.github/workflows/build-embeddable-progressive-loan-jar.yml
+++ b/.github/workflows/build-embeddable-progressive-loan-jar.yml
@@ -39,7 +39,7 @@ jobs:
EMBEDDABLE_JAR_FILE: ${{ env.EMBEDDABLE_JAR_FILE }}
- name: Archive test results
if: always()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
# v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
with:
name: test-results
path: |
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index d274278e92..9ddb5eb31a 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -73,7 +73,7 @@ jobs:
./gradlew --no-daemon --console=plain :oauth2-tests:test
- name: Archive test results
if: always()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
# v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
with:
name: test-results
path: |
@@ -83,7 +83,7 @@ jobs:
oauth2-tests/build/reports/
- name: Archive server logs
if: always()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
# v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
with:
name: server-logs
path: |
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index d6888af9ab..42f12f6b64 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -73,7 +73,7 @@ jobs:
./gradlew --no-daemon --console=plain :oauth2-tests:test
-PdbType=mysql
- name: Archive test results
if: always()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
# v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
with:
name: test-results
path: |
@@ -83,7 +83,7 @@ jobs:
oauth2-tests/build/reports/
- name: Archive server logs
if: always()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
# v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
with:
name: server-logs
path: |
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 297461de9c..58cba8af55 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -74,7 +74,7 @@ jobs:
./gradlew --no-daemon --console=plain :oauth2-tests:test
-PdbType=postgresql
- name: Archive test results
if: always()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
# v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
with:
name: test-results
path: |
@@ -84,7 +84,7 @@ jobs:
oauth2-tests/build/reports/
- name: Archive server logs
if: always()
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
# v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
with:
name: server-logs
path: |