Skip to content

Commit a0ca5da

Browse files
committed
ci: update upload-artifact action version
1 parent a31ace5 commit a0ca5da

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: git submodule update --init gateware/external/no2misc
1212
- run: yosys --version
1313
- run: make HW_REV=HW_R31 BOARD=icebreaker CORE=mirror -C gateware
14-
- uses: actions/upload-artifact@v3
14+
- uses: actions/upload-artifact@v4
1515
with:
1616
name: ubuntu-build-icebreaker.bin
1717
path: gateware/build/icebreaker/top.bin
@@ -24,7 +24,7 @@ jobs:
2424
- run: git submodule update --init gateware/external/no2misc
2525
- run: yosys --version
2626
- run: make HW_REV=HW_R33 BOARD=icebreaker CORE=mirror -C gateware
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: ubuntu-build-icebreaker.bin
3030
path: gateware/build/icebreaker/top.bin
@@ -37,7 +37,7 @@ jobs:
3737
- run: git submodule update --init gateware/external/no2misc
3838
- run: yosys --version
3939
- run: make HW_REV=HW_R33 BOARD=icesugar CORE=mirror -C gateware
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
4242
name: ubuntu-build-icesugar.bin
4343
path: gateware/build/icesugar/top.bin
@@ -50,7 +50,7 @@ jobs:
5050
- run: git submodule update --init gateware/external/no2misc
5151
- run: yosys --version
5252
- run: make HW_REV=HW_R33 BOARD=icebreaker CORE=touch_cv TOUCH=TOUCH_SENSE_ENABLED -C gateware
53-
- uses: actions/upload-artifact@v3
53+
- uses: actions/upload-artifact@v4
5454
with:
5555
name: ubuntu-build-icebreaker.bin
5656
path: gateware/build/icebreaker/top.bin
@@ -74,7 +74,7 @@ jobs:
7474
export PATH=$PATH:$RUNNER_TEMP/oss-cad-suite/lib
7575
yosys --version
7676
make HW_REV=HW_R33 BOARD=icebreaker CORE=mirror -C gateware
77-
- uses: actions/upload-artifact@v3
77+
- uses: actions/upload-artifact@v4
7878
with:
7979
name: windows-build-icebreaker.bin
8080
path: gateware/build/icebreaker/top.bin
@@ -88,7 +88,7 @@ jobs:
8888
- run: |
8989
yosys --version
9090
make HW_REV=HW_R33 BOARD=icebreaker CORE=mirror -C gateware
91-
- uses: actions/upload-artifact@v3
91+
- uses: actions/upload-artifact@v4
9292
with:
9393
name: macos-build-icebreaker.bin
9494
path: gateware/build/icebreaker/top.bin
@@ -101,7 +101,7 @@ jobs:
101101
- run: git submodule update --init gateware/external/no2misc
102102
- run: yosys --version
103103
- run: make HW_REV=HW_R33 BOARD=colorlight_i5 CORE=mirror -C gateware
104-
- uses: actions/upload-artifact@v3
104+
- uses: actions/upload-artifact@v4
105105
with:
106106
name: ubuntu-build-colorlight-i5.bin
107107
path: gateware/build/colorlight_i5/top.bin
@@ -114,7 +114,7 @@ jobs:
114114
- run: git submodule update --init gateware/external/no2misc
115115
- run: yosys --version
116116
- run: make HW_REV=HW_R33 BOARD=colorlight_i9 CORE=mirror -C gateware
117-
- uses: actions/upload-artifact@v3
117+
- uses: actions/upload-artifact@v4
118118
with:
119119
name: ubuntu-build-colorlight-i9.bin
120120
path: gateware/build/colorlight_i9/top.bin
@@ -127,7 +127,7 @@ jobs:
127127
- run: git submodule update --init gateware/external/no2misc
128128
- run: yosys --version
129129
- run: make HW_REV=HW_R33 BOARD=ecpix5 CORE=mirror -C gateware
130-
- uses: actions/upload-artifact@v3
130+
- uses: actions/upload-artifact@v4
131131
with:
132132
name: ubuntu-build-ecpix-5.bin
133133
path: gateware/build/ecpix5/top.bin
@@ -140,7 +140,7 @@ jobs:
140140
- run: git submodule update --init gateware/external/no2misc
141141
- run: yosys --version
142142
- run: make HW_REV=HW_R33 BOARD=pico_ice CORE=mirror -C gateware
143-
- uses: actions/upload-artifact@v3
143+
- uses: actions/upload-artifact@v4
144144
with:
145145
name: ubuntu-build-pico-ice.bin
146146
path: gateware/build/pico_ice/top.bin

0 commit comments

Comments
 (0)