Skip to content

Commit

Permalink
Update the artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed Dec 5, 2024
1 parent ab91c20 commit 5745464
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/taiko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
run: npm run test-functional

- name: Upload html report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ft-reports-${{ matrix.os }}-${{ matrix.node_version }}
path: test/functional-tests/reports/html-report

- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ft-logs-${{ matrix.os }}-${{ matrix.node_version }}
Expand Down Expand Up @@ -129,13 +129,13 @@ jobs:
TAIKO_HIGHLIGHT_ON_ACTION: false
run: xvfb-run npm run test-functional
- name: Upload html report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ft-reports-linux-headful
path: test/functional-tests/reports/html-report
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ft-logs-linux-headful
Expand Down Expand Up @@ -171,13 +171,13 @@ jobs:
- name: test-docs
run: npm run test-docs
- name: Upload html report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: docs-tests-reports
path: test/docs-tests/gauge/reports/html-report
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: docs-tests-logs
Expand Down

0 comments on commit 5745464

Please sign in to comment.