Skip to content

Commit 8a8d1d1

Browse files
authored
chore(deps): update actions/upload-artifact action to v5 (#437)
1 parent 7b8e914 commit 8a8d1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474

7575
- name: Upload Event File
7676
if: always()
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: Event File
8080
path: ${{ github.event_path }}
8181

8282
- name: Upload E2E Test Results
8383
if: always()
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: Playwright E2E Test Results
8787
path: |

0 commit comments

Comments
 (0)