Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Dec 26, 2023
1 parent dcd2173 commit 6a0e6d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Download assets
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: assets
path: public/build
Expand Down Expand Up @@ -211,13 +211,13 @@ jobs:
uses: actions/checkout@v4

- name: Download assets
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: assets
path: public/build

- name: Download source maps
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sourcemaps
path: public/build
Expand Down

0 comments on commit 6a0e6d3

Please sign in to comment.