diff --git a/.github/workflows/checklink.yml b/.github/workflows/checklink.yml index d2d80131a..e99539d8a 100644 --- a/.github/workflows/checklink.yml +++ b/.github/workflows/checklink.yml @@ -40,9 +40,9 @@ jobs: config: .htmltest.yml - name: Archive htmltest results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 # Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act with: name: htmltest-report path: tmp/.htmltest/htmltest.log - retention-days: 7 # Default is 90 days \ No newline at end of file + retention-days: 7 # Default is 90 days