Skip to content

Commit

Permalink
build(deps): Bump andrcuns/allure-publish-action from 2.7.1 to 2.8.0 …
Browse files Browse the repository at this point in the history
…in /.github/workflows (#2665)
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 8467488 commit 3633756
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 @@ -355,7 +355,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 3633756

Please sign in to comment.