From 09a8960395b340bd46f2a14dc251bcf57b261d2b Mon Sep 17 00:00:00 2001 From: Lukas Figura Date: Sat, 17 Aug 2024 16:41:14 +0200 Subject: [PATCH] chore: update actions ocnfig --- .github/workflows/build-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index e433a3d..26d56e8 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -74,8 +74,8 @@ jobs: with: name: docs-auth path: | - artifacts/auth/${{ env.ARTIFACT_AUTH }} - artifacts/auth/report.json + artifacts/${{ env.ARTIFACT_AUTH }} + artifacts/auth-report.json retention-days: 7 test-auth: needs: build-auth @@ -85,7 +85,7 @@ jobs: uses: actions/download-artifact@v4 with: name: docs-auth - path: artifacts/auth + path: artifacts - name: Test documentation uses: JetBrains/writerside-checker-action@v1