Skip to content

Commit

Permalink
ci: update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Jul 23, 2024
1 parent 1e3a583 commit f647d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-personal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
args: --base ./site/src/content --verbose --no-progress './**/*.md' --max-concurrency 10
# Use json as output format (instead of markdown)
#format: json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: link-report.md
path: ./lychee/out.md
Expand Down

0 comments on commit f647d9a

Please sign in to comment.