Skip to content

Commit

Permalink
chore: change artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
jandiralceu committed Sep 14, 2024
1 parent 6efaf57 commit d6460b6
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 @@ -33,7 +33,7 @@ jobs:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}

- name: 📦 Packing build as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: public
path: public/
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4

- name: 💻 Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: public
path: public
Expand Down

0 comments on commit d6460b6

Please sign in to comment.