Skip to content

Commit dd058e1

Browse files
authored
Update build-yocto.yml
1 parent 7c23b9d commit dd058e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-yocto.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: DC02
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
repository: MistySOM/rzg2l
2222
path: rzg2l
2323
ref: develop
2424
submodules: true
2525

26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
path: meta-mistysom
2929

@@ -41,7 +41,7 @@ jobs:
4141
run: ls -lah rzg2l/Build/output/images/smarc-rzg2l/
4242

4343
- name: Upload artifacts
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: output-files
4747
path: rzg2l/Build/output/images/smarc-rzg2l/mistysom-image-smarc-rzg2l.wic.bz2

0 commit comments

Comments
 (0)