We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a155ee5 commit 0345a95Copy full SHA for 0345a95
.github/workflows/checklink.yml
@@ -40,9 +40,9 @@ jobs:
40
config: .htmltest.yml
41
- name: Archive htmltest results
42
if: always()
43
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
44
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
45
with:
46
name: htmltest-report
47
path: tmp/.htmltest/htmltest.log
48
- retention-days: 7 # Default is 90 days
+ retention-days: 7 # Default is 90 days
0 commit comments