Skip to content

Commit

Permalink
update: update artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavjeet committed Jan 13, 2025
1 parent f8437ef commit 3e848a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- develop
- master
- update/update-artifact-version

pull_request:
branches:
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:

- name: Archive HTML Report on failure
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: report
path: ./tests/e2e-playwright/config
Expand Down

0 comments on commit 3e848a2

Please sign in to comment.