From 731d512f1becda8598ae80df608e6f635375c247 Mon Sep 17 00:00:00 2001 From: denseflux Date: Tue, 17 Oct 2023 13:48:32 +0100 Subject: [PATCH] use accessibility-insights-action v3.5 --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 5e94686..4d2259e 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -71,7 +71,7 @@ jobs: fail-on-accessibility-error: true - name: Upload report artifact if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v3.5 with: name: accessibility-reports path: ${{ github.workspace }}/_accessibility-reports