Skip to content

Commit 9b932d8

Browse files
committed
ci: fix github v3 action replaced by v4 action
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent fc15033 commit 9b932d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
4545
- name: Upload source
4646
if: matrix.core == 'ux900fd' && matrix.boot_mode == 'sd' && matrix.soc == 'evalsoc'
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: nuclei_linux_sdk_source
5050
path: source.tar.gz
5151
# continue build on error
5252
continue-on-error: true
5353

5454
- name: Caching packages
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: buildroot/dl
5858
key: build
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Upload bootimages for ${{ matrix.soc }} - ${{ matrix.core }} - ${{ matrix.boot_mode }}
125125
if: ${{ !( matrix.soc == 'demosoc' && startsWith(matrix.core, 'u900')) }}
126-
uses: actions/upload-artifact@v3
126+
uses: actions/upload-artifact@v4
127127
with:
128128
name: bootimages_${{ matrix.soc }}_${{ matrix.core }}_${{ matrix.boot_mode }}
129129
path: |
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Upload qemu images for ${{ matrix.soc }} - ${{ matrix.core }} - ${{ matrix.boot_mode }}
135135
if: ${{ !( matrix.soc == 'demosoc' && startsWith(matrix.core, 'u900')) }}
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
with:
138138
name: qemu_images_${{ matrix.soc }}_${{ matrix.core }}_${{ matrix.boot_mode }}
139139
path: |
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Upload cached packages
148148
if: matrix.core == 'ux900fd' && matrix.boot_mode == 'sd' && matrix.soc == 'evalsoc'
149-
uses: actions/upload-artifact@v3
149+
uses: actions/upload-artifact@v4
150150
with:
151151
name: build_caching
152152
path: |

0 commit comments

Comments
 (0)