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 134b6248a chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1
134b6248a is described below

commit 134b6248a1a570972ba4514cd73c0d132f15ff22
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 24 05:33:56 2022 +0000

    chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...83fd05a356d7e2593de66fc9913b3002723633cb)
    
    ---
    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 2e945864a..8fa4e97d8 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -65,7 +65,7 @@ jobs:
 
       - name: Archive test results
         if: always()
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 
# tag=v3
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb 
# tag=v3
         with:
           name: test-results
           path: |
@@ -75,7 +75,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 
# tag=v3
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb 
# tag=v3
         with:
           name: server-logs
           path: |
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index bc9327a4e..a43fb9179 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -65,7 +65,7 @@ jobs:
 
       - name: Archive test results
         if: always()
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 
# tag=v3
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb 
# tag=v3
         with:
           name: test-results
           path: |
@@ -75,7 +75,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 
# tag=v3
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb 
# tag=v3
         with:
           name: server-logs
           path: |
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index 640139b7a..429547db4 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -66,7 +66,7 @@ jobs:
 
       - name: Archive test results
         if: always()
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 
# tag=v3
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb 
# tag=v3
         with:
           name: test-results
           path: |
@@ -76,7 +76,7 @@ jobs:
 
       - name: Archive server logs
         if: always()
-        uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 
# tag=v3
+        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb 
# tag=v3
         with:
           name: server-logs
           path: |

Reply via email to