Skip to content

Commit d93e48e

Browse files
authored
chore(deps): update actions/upload-artifact action to v7 (#478)
1 parent 0b279c0 commit d93e48e

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
@@ -72,14 +72,14 @@ jobs:
7272

7373
- name: Upload Event File
7474
if: always()
75-
uses: actions/upload-artifact@v6
75+
uses: actions/upload-artifact@v7
7676
with:
7777
name: Event File
7878
path: ${{ github.event_path }}
7979

8080
- name: Upload E2E Test Results
8181
if: always()
82-
uses: actions/upload-artifact@v6
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: Playwright E2E Test Results
8585
path: |

0 commit comments

Comments
 (0)