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 acd891e6f Bump actions/upload-artifact from 3.1.2 to 3.1.3
acd891e6f is described below

commit acd891e6f2c6a5eeff93c343cd8854a8c728f7e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 7 05:33:51 2023 +0000

    Bump actions/upload-artifact from 3.1.2 to 3.1.3
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
    
    ---
    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 782dcf907..050823078 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -86,7 +86,7 @@ jobs:
 
       - name: Archive test results
         if: always()
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
# tag=v3
+        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
# tag=v3
         with:
           name: test-results
           path: |
@@ -96,7 +96,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
# tag=v3
+        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
# tag=v3
         with:
           name: server-logs
           path: |
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index 7eb93dc75..cfed2be00 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -86,7 +86,7 @@ jobs:
 
       - name: Archive test results
         if: always()
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
# tag=v3
+        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
# tag=v3
         with:
           name: test-results
           path: |
@@ -96,7 +96,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
# tag=v3
+        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
# tag=v3
         with:
           name: server-logs
           path: |
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index 97ab4c434..2376d5cf7 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -87,7 +87,7 @@ jobs:
 
       - name: Archive test results
         if: always()
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
# tag=v3
+        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
# tag=v3
         with:
           name: test-results
           path: |
@@ -97,7 +97,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce 
# tag=v3
+        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 
# tag=v3
         with:
           name: server-logs
           path: |

Reply via email to