Skip to content

Commit

Permalink
fix: update version of upload-artifact in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Jan 31, 2025
1 parent 12c71bf commit 2b578ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload docs to artifact storage
if: github.ref != 'refs/heads/main'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "Verso manual (PDF and HTML)"
path: |
Expand Down

0 comments on commit 2b578ba

Please sign in to comment.