Skip to content

Commit 124ab53

Browse files
Update immortalwrt-raspberrypi-4.yml
1 parent 6613c5c commit 124ab53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/immortalwrt-raspberrypi-4.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
env:
1717
DOWNLOAD_BASE: https://downloads.immortalwrt.org
1818
VENDOR: immortalwrt
19-
VERSION: 23.05.4
19+
VERSION: 24.10.0
2020
jobs:
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/*

0 commit comments

Comments
 (0)