Skip to content

Commit

Permalink
Update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus committed Jan 15, 2025
1 parent 31e57e3 commit eded209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
force_orphan: true
- name: Upload artifact if not main
if: github.ref != 'refs/heads/main'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gh-pages-draft
path: ./artifacts
Expand Down

0 comments on commit eded209

Please sign in to comment.