Skip to content

Commit

Permalink
ci: Update upload/download artifact action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Oct 17, 2023
1 parent 3ce3457 commit f1b90db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build
run: npm run build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
name: Upload dist
with:
name: dist
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Download dist
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down

0 comments on commit f1b90db

Please sign in to comment.