Skip to content

Commit

Permalink
updated artifacts to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes authored Dec 27, 2023
1 parent 86ee583 commit cc79cbe
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 @@ -29,7 +29,7 @@ jobs:
- run: npm i
- run: npm run build
- name: Archive build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: website-artifacts
path: _dist
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: website-artifacts
path: _dist
Expand Down

0 comments on commit cc79cbe

Please sign in to comment.