From 6a8f36becedc5cc51f5966fce8f2fec059dc2cfe Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Mon, 28 Oct 2024 22:20:20 +0100 Subject: [PATCH] chore(deps): bump andrcuns/allure-publish-action from 2.7.1 to 2.8.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fff1b9e..54faed7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: - uses: rlespinasse/github-slug-action@v4 - name: Publish allure report - uses: andrcuns/allure-publish-action@v2.7.1 + uses: andrcuns/allure-publish-action@v2.8.0 if: ${{ always() && env.GOOGLE_SERVICE_ACCOUNT != 0 && (github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '') }} env: GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}