From f96329fa473eb9f5817828678925b3a34225b44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:10:57 +0000 Subject: [PATCH] Bump andrcuns/allure-publish-action from 1.2.0 to 2.10.0 Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 1.2.0 to 2.10.0. - [Release notes](https://github.com/andrcuns/allure-publish-action/releases) - [Commits](https://github.com/andrcuns/allure-publish-action/compare/v1.2.0...v2.10.0) --- updated-dependencies: - dependency-name: andrcuns/allure-publish-action dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 148b95b..0ffdec2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: with: name: allure-results - name: Publish allure report - uses: andrcuns/allure-publish-action@v1.2.0 + uses: andrcuns/allure-publish-action@v2.10.0 env: GOOGLE_CLOUD_CREDENTIALS_JSON: ${{ secrets.GOOGLE_CLOUD_CREDENTIALS_JSON }} GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}