Skip to content

Commit

Permalink
Merge pull request #194 from kaogeek/update-download-upload-artifact-…
Browse files Browse the repository at this point in the history
…to-v4-on-deploy-workflow-action

Update download/upload artifact to v4 on deploy workflow action
  • Loading branch information
iampz authored Sep 26, 2024
2 parents 13a6933 + e8dc77a commit 9ee932e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# run: npm run test

- name: Uploading production-ready build files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./build
Expand All @@ -49,7 +49,7 @@ jobs:

steps:
- name: Downloading artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: production-files
path: ./build
Expand Down

0 comments on commit 9ee932e

Please sign in to comment.