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