Skip to content

Commit 15ff555

Browse files
authored
fix SHA in check-link-rot.yaml
1 parent e0ef288 commit 15ff555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-link-rot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Upload broken links report (if any)
2727
if: failure()
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@main
2929
with:
3030
name: broken-links-report
3131
path: lychee.out

0 commit comments

Comments
 (0)