From 0a9f25dca6cbb7bc7d5bf008176a0c028d2fd987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:14:00 +0000 Subject: [PATCH] Bump andrcuns/allure-publish-action from 2.5.1 to 2.6.0 Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/andrcuns/allure-publish-action/releases) - [Commits](https://github.com/andrcuns/allure-publish-action/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: andrcuns/allure-publish-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d860ee..e9a8378 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: with: name: allure-results - name: Publish allure report - uses: andrcuns/allure-publish-action@v2.5.1 + uses: andrcuns/allure-publish-action@v2.6.0 env: GOOGLE_CLOUD_CREDENTIALS_JSON: ${{ secrets.GOOGLE_CLOUD_CREDENTIALS_JSON }} GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}