Skip to content

Commit cb3fffe

Browse files
authored
test(extension): update allure publish action to v2.7.1 (#1450)
1 parent 368acc1 commit cb3fffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
" > environment.properties
265265
266266
- name: Publish allure report to S3
267-
uses: andrcuns/allure-publish-action@v2.6.0
267+
uses: andrcuns/allure-publish-action@v2.7.1
268268
if: always()
269269
env:
270270
GITHUB_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/e2e-tests-linux-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
" > environment.properties
252252
253253
- name: Publish allure report to S3
254-
uses: andrcuns/allure-publish-action@v2.6.0
254+
uses: andrcuns/allure-publish-action@v2.7.1
255255
env:
256256
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
257257
AWS_ACCESS_KEY_ID: ${{ secrets.E2E_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)