Skip to content

Commit

Permalink
chore: Update GitHub Actions to use upload and download artifact acti…
Browse files Browse the repository at this point in the history
…ons v4
  • Loading branch information
GFrancV committed Nov 7, 2024
1 parent 2b84b62 commit c74e1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build
run: npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build
run: npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
cache: "npm"
node-version: "20.10"
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: dist
- name: Install dependencies
Expand Down

0 comments on commit c74e1eb

Please sign in to comment.