From dfb65bd1f3f64cf1e9d79d9ce8d4b6e4699bfa63 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Mon, 28 Oct 2024 22:20:22 +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 e80dda1..c192676 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,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 }}