Skip to content

Commit

Permalink
ci: Update actions/artifacts
Browse files Browse the repository at this point in the history
v1 is outdated, while v3 is the currently supported version
  • Loading branch information
rettichschnidi committed Aug 29, 2023
1 parent f6cc809 commit c81479a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: build
run: |
npm run build
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: Public
path: public/

0 comments on commit c81479a

Please sign in to comment.