From 9c264f0e5609813d7ca3e99b335e21d475f82745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:09:58 +0000 Subject: [PATCH] chore(deps): bump andrcuns/allure-publish-action from 2.9.0 to 2.10.0 Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/andrcuns/allure-publish-action/releases) - [Commits](https://github.com/andrcuns/allure-publish-action/compare/v2.9.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-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/e2e-tests-linux-split.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b3dd15605..499e2fa7d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -406,7 +406,7 @@ jobs: " > environment.properties - name: Publish allure report to S3 - uses: andrcuns/allure-publish-action@v2.9.0 + uses: andrcuns/allure-publish-action@v2.10.0 if: always() env: GITHUB_AUTH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/e2e-tests-linux-split.yml b/.github/workflows/e2e-tests-linux-split.yml index a261c61671..5f61bc0306 100644 --- a/.github/workflows/e2e-tests-linux-split.yml +++ b/.github/workflows/e2e-tests-linux-split.yml @@ -214,7 +214,7 @@ jobs: " > environment.properties - name: Publish allure report to S3 - uses: andrcuns/allure-publish-action@v2.9.0 + uses: andrcuns/allure-publish-action@v2.10.0 env: GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} AWS_ACCESS_KEY_ID: ${{ secrets.E2E_AWS_ACCESS_KEY_ID }}