File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 uname -a
3838 RUST_BACKTRACE=1 krankerl --version
3939 RUST_BACKTRACE=1 krankerl package
40- - uses : actions/upload-artifact@v4
40+ - uses : actions/upload-artifact@v5
4141 with :
4242 name : Deck app tarball
4343 path : build/artifacts/deck.tar.gz
Original file line number Diff line number Diff line change @@ -137,15 +137,15 @@ jobs:
137137 npm_package_name : ${{ env.APP_NAME }}
138138
139139 - name : Upload test failure screenshots
140- uses : actions/upload-artifact@v4
140+ uses : actions/upload-artifact@v5
141141 if : failure()
142142 with :
143143 name : Upload screenshots
144144 path : apps/${{ env.APP_NAME }}/cypress/screenshots/
145145 retention-days : 5
146146
147147 - name : Upload nextcloud logs
148- uses : actions/upload-artifact@v4
148+ uses : actions/upload-artifact@v5
149149 if : failure()
150150 with :
151151 name : Upload nextcloud log
You can’t perform that action at this time.
0 commit comments