From 58fec5b7adeee5aa234bcc08f738418cc6e0c79e Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Mon, 28 Oct 2024 22:20:21 +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 264385a..55c938a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,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 }}