Skip to content

Commit

Permalink
updated github actions v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadsarfarazafzal committed Sep 19, 2024
1 parent 7dce41a commit 169ce73
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 @@ -26,7 +26,7 @@ jobs:
run: npm run build

- name: Upload production-ready build files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: production-files
path: ./dist
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: production-files
path: ./dist
Expand Down

0 comments on commit 169ce73

Please sign in to comment.