File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ jobs:
5353 # Tests are only done on one playground to avoid long testing time
5454 start : pnpm playground:autocomplete
5555 env : playground=local
56- - uses : actions/upload-artifact@v6
56+ - uses : actions/upload-artifact@v7
5757 if : failure()
5858 with :
5959 name : cypress-screenshots
6060 path : cypress/screenshots
61- - uses : actions/upload-artifact@v6
61+ - uses : actions/upload-artifact@v7
6262 if : failure()
6363 with :
6464 name : cypress-videos
@@ -87,12 +87,12 @@ jobs:
8787 # Tests are only done on one playground to avoid long testing time
8888 start : pnpm playground:local-react
8989 env : playground=local
90- - uses : actions/upload-artifact@v6
90+ - uses : actions/upload-artifact@v7
9191 if : failure()
9292 with :
9393 name : cypress-screenshots
9494 path : cypress/screenshots
95- - uses : actions/upload-artifact@v6
95+ - uses : actions/upload-artifact@v7
9696 if : failure()
9797 with :
9898 name : cypress-videos
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
5151 # Tests are only done on one playground to avoid long testing time
5252 start : pnpm playground:autocomplete
5353 env : playground=local
54- - uses : actions/upload-artifact@v6
54+ - uses : actions/upload-artifact@v7
5555 if : failure()
5656 with :
5757 name : cypress-screenshots
5858 path : cypress/screenshots
59- - uses : actions/upload-artifact@v6
59+ - uses : actions/upload-artifact@v7
6060 if : failure()
6161 with :
6262 name : cypress-videos
@@ -86,12 +86,12 @@ jobs:
8686 # Tests are only done on one playground to avoid long testing time
8787 start : pnpm playground:local-react
8888 env : playground=local
89- - uses : actions/upload-artifact@v6
89+ - uses : actions/upload-artifact@v7
9090 if : failure()
9191 with :
9292 name : cypress-screenshots
9393 path : cypress/screenshots
94- - uses : actions/upload-artifact@v6
94+ - uses : actions/upload-artifact@v7
9595 if : failure()
9696 with :
9797 name : cypress-videos
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
4242 # Tests are only done on one playground to avoid long testing time
4343 start : pnpm playground:autocomplete
4444 env : playground=local
45- - uses : actions/upload-artifact@v6
45+ - uses : actions/upload-artifact@v7
4646 if : failure()
4747 with :
4848 name : cypress-screenshots
4949 path : cypress/screenshots
50- - uses : actions/upload-artifact@v6
50+ - uses : actions/upload-artifact@v7
5151 if : failure()
5252 with :
5353 name : cypress-videos
@@ -86,12 +86,12 @@ jobs:
8686 # Tests are only done on one playground to avoid long testing time
8787 start : pnpm playground:local-react
8888 env : playground=local
89- - uses : actions/upload-artifact@v6
89+ - uses : actions/upload-artifact@v7
9090 if : failure()
9191 with :
9292 name : cypress-screenshots
9393 path : cypress/screenshots
94- - uses : actions/upload-artifact@v6
94+ - uses : actions/upload-artifact@v7
9595 if : failure()
9696 with :
9797 name : cypress-videos
You can’t perform that action at this time.
0 commit comments