File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : Build
3131 run : make build
3232 - name : Upload build
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v5
3434 with :
3535 name : build-webpack
3636 path : dist/*
5858 - name : Build
5959 run : make build-vite
6060 - name : Upload build
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v5
6262 with :
6363 name : build-vite
6464 path : dist/*
@@ -172,7 +172,7 @@ jobs:
172172 mv screenshots/*.png screenshots/dist/$aw_server/$aw_version
173173 - name : Upload screenshots
174174 if : ${{ success() || steps.e2e.conclusion == 'failure'}}
175- uses : actions/upload-artifact@v4.3.6
175+ uses : actions/upload-artifact@v5
176176 with :
177177 name : screenshots-${{ matrix.aw-server }}-${{ matrix.aw-version }}
178178 path : screenshots/dist/*
@@ -192,7 +192,7 @@ jobs:
192192 mv ~/.cache/activitywatch/log/*/*.log logs/dist/$aw_server/$aw_version
193193 - name : Upload logs
194194 if : ${{ always() }}
195- uses : actions/upload-artifact@v4
195+ uses : actions/upload-artifact@v5
196196 with :
197197 name : logs-${{ matrix.aw-server }}-${{ matrix.aw-version }}
198198 path : logs/dist/*
You can’t perform that action at this time.
0 commit comments