Skip to content

Commit

Permalink
update deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianoEger committed Jun 12, 2024
1 parent a0e2895 commit 0c1c606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Generate decoders.db
run: npm start generate
- name: Upload decoders.db artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: decoders-db
path: data/decoders.db
Expand All @@ -90,7 +90,7 @@ jobs:
needs: generate
steps:
- name: Download decoders.db artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: decoders-db
path: ./data
Expand Down

0 comments on commit 0c1c606

Please sign in to comment.