Skip to content

Commit 85b2077

Browse files
authored
chore(deps): update actions/upload-artifact action to v6 (#452)
1 parent 601e319 commit 85b2077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
77+
uses: actions/upload-artifact@v6
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@v5
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: Playwright E2E Test Results
8787
path: |

0 commit comments

Comments
 (0)