Skip to content

Commit

Permalink
Bump andrcuns/allure-publish-action from 2.6.0 to 2.7.1 in /.github/w…
Browse files Browse the repository at this point in the history
…orkflows (#2307)

Bump andrcuns/allure-publish-action in /.github/workflows

Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 2.6.0 to 2.7.1.
- [Release notes](https://github.com/andrcuns/allure-publish-action/releases)
- [Commits](andrcuns/allure-publish-action@v2.6.0...v2.7.1)

---
updated-dependencies:
- dependency-name: andrcuns/allure-publish-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kostas Stamatakis <moukoublen@gmail.com>
  • Loading branch information
dependabot[bot] and moukoublen authored Jul 9, 2024
1 parent acfaa05 commit d1a052a
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 @@ -245,7 +245,7 @@ jobs:
- name: Publish allure report
if: ${{ always() }}
uses: andrcuns/allure-publish-action@v2.6.0
uses: andrcuns/allure-publish-action@v2.7.1
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 @@ -243,7 +243,7 @@ jobs:
- name: Publish allure report
if: always()
uses: andrcuns/allure-publish-action@v2.6.0
uses: andrcuns/allure-publish-action@v2.7.1
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_REGION: eu-west-1
Expand Down

0 comments on commit d1a052a

Please sign in to comment.