File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616env :
1717 DOWNLOAD_BASE : https://downloads.immortalwrt.org
1818 VENDOR : immortalwrt
19- VERSION : 23.05.4
19+ VERSION : 24.10.0
2020jobs :
2121 Generate :
2222 runs-on : ubuntu-latest
@@ -56,14 +56,14 @@ jobs:
5656
5757 - name : Upload VDI Image For Development Purpose
5858 if : github.ref == 'refs/heads/dev'
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : ${{ env.VENDOR }}-${{ env.VERSION }}-rpi4-vdi-image-${{ env.DATETIME }}
6262 path : ${{ env.VENDOR }}-imagebuilder-${{ env.VERSION }}-bcm27xx-bcm2711.Linux-x86_64/bin/targets/bcm27xx/bcm2711/*.vdi
6363
6464 - name : Upload All Firmware to Artifacts
6565 if : github.event.inputs.upload-all == 'true'
66- uses : actions/upload-artifact@v3
66+ uses : actions/upload-artifact@v4
6767 with :
6868 name : ${{ env.VENDOR }}-${{ env.VERSION }}-rpi4-images-${{ env.DATETIME }}
6969 path : ${{ env.VENDOR }}-imagebuilder-${{ env.VERSION }}-bcm27xx-bcm2711.Linux-x86_64/bin/targets/bcm27xx/bcm2711/*
You can’t perform that action at this time.
0 commit comments