File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,17 @@ jobs:
6969 echo "image64=$(ls openhabian-raspios64-latest*.img.xz)" >> $GITHUB_OUTPUT
7070 echo "json_image=$(ls rpi-imager-openhab.json)" >> $GITHUB_OUTPUT
7171 - name : Archive openHABian 32bit Debian 13 trixie image
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 with :
7474 name : ${{ steps.build.outputs.image32 }}
7575 path : ${{ steps.build.outputs.image32 }}
7676 - name : Archive openHABian 64bit Debian 13 trixie image
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : ${{ steps.build.outputs.image64 }}
8080 path : ${{ steps.build.outputs.image64 }}
8181 - name : Archive openHABian json of image download
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : ${{ steps.build.outputs.json_image }}
8585 path : ${{ steps.build.outputs.json_image }}
You can’t perform that action at this time.
0 commit comments