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 cee5b43b7 Bump actions/upload-artifact from 4.5.0 to 4.6.0
cee5b43b7 is described below
commit cee5b43b71e12052a3bf507053ab6aec70b6e1da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 10 05:52:23 2025 +0000
Bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/6f51ac03b9356f520e9adb1b1b7802705f340c2b...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 bfb13c60a..7b9a4c78c 100644
--- a/.github/workflows/build-embeddable-progressive-loan-jar.yml
+++ b/.github/workflows/build-embeddable-progressive-loan-jar.yml
@@ -43,7 +43,7 @@ jobs:
- name: Archive test results
if: always()
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
# v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# v4
with:
name: test-results
path: |
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index dc5e3b179..c67e52ba9 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -89,7 +89,7 @@ jobs:
- name: Archive test results
if: always()
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
# v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# v4
with:
name: test-results
path: |
@@ -100,7 +100,7 @@ jobs:
- name: Archive server logs
if: always()
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
# v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# v4
with:
name: server-logs
path: |
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index e20a6bed5..c58519933 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -89,7 +89,7 @@ jobs:
- name: Archive test results
if: always()
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
# v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# v4
with:
name: test-results
path: |
@@ -100,7 +100,7 @@ jobs:
- name: Archive server logs
if: always()
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
# v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# v4
with:
name: server-logs
path: |
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 428742a87..fb52e122f 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -90,7 +90,7 @@ jobs:
- name: Archive test results
if: always()
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
# v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# v4
with:
name: test-results
path: |
@@ -101,7 +101,7 @@ jobs:
- name: Archive server logs
if: always()
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
# v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# v4
with:
name: server-logs
path: |