Skip to content

Commit

Permalink
Update continuous-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored Sep 6, 2024
1 parent 1f41812 commit aad4efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- id: save
name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-candidate
path: ./dist
Expand All @@ -128,7 +128,7 @@ jobs:
steps:
- id: fetch
name: Fetch artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: release-candidate
path: ./dist
Expand Down

0 comments on commit aad4efe

Please sign in to comment.