Skip to content

Commit

Permalink
fix(actions): use actions/upload v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Oct 24, 2024
1 parent 47be010 commit 5539228
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 @@ -31,7 +31,7 @@ jobs:
run: npm run build -- --prod

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: angular_dist
path: dist
Expand Down

0 comments on commit 5539228

Please sign in to comment.