Skip to content

Commit 69957cf

Browse files
committed
Update upload-artifact action to v4 in E2E workflow
Fixes #230 Update the version of `actions/upload-artifact` in the E2E workflow file. * Change the version of `actions/upload-artifact` from `v2` to `v4` in `.github/workflows/e2e.yml`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/wonderfulsoftware/webring/issues/230?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 1ffdaf4 commit 69957cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: cd automation/e2e && npx playwright install --with-deps
1919
- name: Run Playwright tests
2020
run: cd automation/e2e && yarn playwright test
21-
- uses: actions/upload-artifact@v2
21+
- uses: actions/upload-artifact@v4
2222
if: always()
2323
with:
2424
name: playwright-report

0 commit comments

Comments
 (0)