From b4004a78c75abb2f02d6afb211e085b47eba8b36 Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sat, 7 Dec 2024 14:56:43 -0300 Subject: [PATCH 1/2] docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a900af6..275be0d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ jobs: with: connection-string: ${{ secrets.CONNECTION_STRING }} output-password: ${{ secrets.OUTPUT_PASSWORD }} + - uses: actions/upload-artifact@v4 + with: + name: dump + path: ${{ github.workspace }}/dump ``` ### 2. Action Inputs From c974a65b8e8ff1d1fc02bc31b98da618578b49ba Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Sat, 7 Dec 2024 14:57:15 -0300 Subject: [PATCH 2/2] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 275be0d..c030938 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: name: Mongodump runs-on: ubuntu-latest steps: - - uses: actalog/mongodump@v1 + - uses: actalog/mongodump@v2 with: connection-string: ${{ secrets.CONNECTION_STRING }} output-password: ${{ secrets.OUTPUT_PASSWORD }}