File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 run : vendor/bin/pest --coverage --coverage-html=coverage
3838
3939 - name : Upload coverage report
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v7
4141 with :
4242 name : coverage
4343 path : coverage
Original file line number Diff line number Diff line change 6363 run : php builds/hyde --version
6464
6565 - name : Upload executable artifact
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v7
6767 with :
6868 name : hyde
6969 path : builds/hyde
@@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Upload signature artifacts
108108 if : github.event.repository.full_name == 'hydephp/cli'
109- uses : actions/upload-artifact@v4
109+ uses : actions/upload-artifact@v7
110110 with :
111111 name : signature
112112 path : |
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 run : php builds/hyde --version
148148
149149 - name : Upload executable
150- uses : actions/upload-artifact@v4
150+ uses : actions/upload-artifact@v7
151151 with :
152152 name : hyde
153153 path : builds/hyde
You can’t perform that action at this time.
0 commit comments