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 make html
3838 cd ..
3939 zip -r -qq ESPEasy_docs.zip docs/build/*
40- - uses : actions/upload-artifact@v5
40+ - uses : actions/upload-artifact@v6
4141 with :
4242 name : Documentation
4343 path : ESPEasy_docs.zip
8888 uses : Entepotenz/change-string-case-action-min-dependencies@v1
8989 with :
9090 string : ${{ matrix.chip }}
91- - uses : actions/upload-artifact@v5
91+ - uses : actions/upload-artifact@v6
9292 with :
9393 # FIXME Workaround to (temporarily) not use # in the artifact name, see https://github.com/actions/upload-artifact/issues/473
9494 name : Bin-${{ steps.string.outputs.uppercase }}-${{ matrix.env }}-${{ steps.date.outputs.builddate }}_PR_${{ github.event.number }}_${{ github.run_id }} # Sort by ESP type
@@ -119,7 +119,7 @@ jobs:
119119 run : |
120120 cd artifacts/Binaries/
121121 ls -R
122- - uses : actions/upload-artifact@v5
122+ - uses : actions/upload-artifact@v6
123123 with :
124124 # FIXME Workaround to (temporarily) not use # in the artifact name, see https://github.com/actions/upload-artifact/issues/473
125125 name : ESPEasy-all-Binaries-${{ steps.date.outputs.builddate }}_PR_${{ github.event.number }}_${{ github.run_id }}
Original file line number Diff line number Diff line change 5858 uses : Entepotenz/change-string-case-action-min-dependencies@v1
5959 with :
6060 string : ${{ matrix.chip }}
61- - uses : actions/upload-artifact@v5
61+ - uses : actions/upload-artifact@v6
6262 with :
6363 name : Bin-${{ steps.string.outputs.uppercase }}-${{ matrix.env }}
6464 path : |
8585 cd dist
8686 zip -r -qq ../ESPEasy_dist.zip *
8787 cd ..
88- - uses : actions/upload-artifact@v5
88+ - uses : actions/upload-artifact@v6
8989 with :
9090 name : Distribution
9191 path : |
You can’t perform that action at this time.
0 commit comments