diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 407c49d..c2ac8ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: - name: Download allure-results uses: actions/download-artifact@v4 - name: Publish allure report - uses: andrcuns/allure-publish-action@v2.7.1 + uses: andrcuns/allure-publish-action@v2.8.0 env: GOOGLE_CLOUD_CREDENTIALS_JSON: ${{ secrets.GOOGLE_CLOUD_CREDENTIALS_JSON }} GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}