Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Dec 28, 2023
1 parent 36df4e1 commit 1a62a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
backup:
runs-on: ubuntu-latest
steps:
- uses: gabrielrufino/mongodump-action
- uses: gabrielrufino/mongodump-action@v1
with:
connection-string: ${{ secrets.MONGO_URI }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dump
path: ${{ github.workspace }}/dump
Expand Down

0 comments on commit 1a62a6d

Please sign in to comment.