Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Jan 14, 2024
1 parent 24561b7 commit 04fe8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: Run Build
run: make dist
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-dist
path: build/dist
retention-days: 7
compression-level: 0

0 comments on commit 04fe8e7

Please sign in to comment.