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 fe16b61c7 Bump actions/upload-artifact from 4.4.2 to 4.4.3
fe16b61c7 is described below

commit fe16b61c72a786831553057b3654d4a1823ec3e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 10 05:32:07 2024 +0000

    Bump actions/upload-artifact from 4.4.2 to 4.4.3
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4.4.2 to 4.4.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-artifact/compare/84480863f228bb9747b473957fcc9e309aa96097...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882)
    
    ---
    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-mariadb.yml    | 4 ++--
 .github/workflows/build-mysql.yml      | 4 ++--
 .github/workflows/build-postgresql.yml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index a19d540b2..ffaaffa51 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@84480863f228bb9747b473957fcc9e309aa96097 
# v4
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4
         with:
           name: test-results
           path: |
@@ -100,7 +100,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4
         with:
           name: server-logs
           path: |
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index ab1518b6a..c740892e9 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@84480863f228bb9747b473957fcc9e309aa96097 
# v4
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4
         with:
           name: test-results
           path: |
@@ -100,7 +100,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4
         with:
           name: server-logs
           path: |
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index 68c90fbb0..0d3fb2893 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@84480863f228bb9747b473957fcc9e309aa96097 
# v4
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4
         with:
           name: test-results
           path: |
@@ -101,7 +101,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 
# v4
+        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 
# v4
         with:
           name: server-logs
           path: |

Reply via email to