From 2a2d5f9e92c48614022327838629fd161ff4b244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:36:13 +0000 Subject: [PATCH] Bump andrcuns/allure-publish-action from 1.2.0 to 2.8.0 Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 1.2.0 to 2.8.0. - [Release notes](https://github.com/andrcuns/allure-publish-action/releases) - [Commits](https://github.com/andrcuns/allure-publish-action/compare/v1.2.0...v2.8.0) --- updated-dependencies: - dependency-name: andrcuns/allure-publish-action 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..4a7fdee 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.8.0 env: GOOGLE_CLOUD_CREDENTIALS_JSON: ${{ secrets.GOOGLE_CLOUD_CREDENTIALS_JSON }} GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}