From 0345a95ae51ce57949e72ee4c57437101e6e1fa0 Mon Sep 17 00:00:00 2001 From: Cortex-DMS <104561178+Cortex-DMS@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:01:14 +0100 Subject: [PATCH] Update checklink.yml --- .github/workflows/checklink.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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