Skip to content

Commit

Permalink
[8.x](backport #2665) build(deps): Bump andrcuns/allure-publish-actio…
Browse files Browse the repository at this point in the history
…n from 2.7.1 to 2.8.0 in /.github/workflows (#2666)

build(deps): Bump andrcuns/allure-publish-action from 2.7.1 to 2.8.0 in /.github/workflows (#2665)

(cherry picked from commit 3633756)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rômulo Farias <romulo.farias@elastic.co>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent 34aa780 commit f125d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
- name: Publish allure report
if: ${{ always() }}
uses: andrcuns/allure-publish-action@v2.7.1
uses: andrcuns/allure-publish-action@v2.8.0
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_REGION: ${{ env.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Publish allure report
if: always()
uses: andrcuns/allure-publish-action@v2.7.1
uses: andrcuns/allure-publish-action@v2.8.0
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_REGION: eu-west-1
Expand Down

0 comments on commit f125d5d

Please sign in to comment.