Skip to content

Commit 0345a95

Browse files
authored
Update checklink.yml
1 parent a155ee5 commit 0345a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checklink.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
config: .htmltest.yml
4141
- name: Archive htmltest results
4242
if: always()
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v3
4444
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
4545
with:
4646
name: htmltest-report
4747
path: tmp/.htmltest/htmltest.log
48-
retention-days: 7 # Default is 90 days
48+
retention-days: 7 # Default is 90 days

0 commit comments

Comments
 (0)