Skip to content

Commit 6bb6a69

Browse files
committed
Update version in build yaml file
1 parent f504650 commit 6bb6a69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
PROJECT_PATH: ${{ github.workspace }}/Projects/${{ matrix.project }}
3636
steps:
3737
- name: Checkout Target Project
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v4
3939
with:
4040
path: ${{ github.workspace }}
4141
- name: Checkout submodules
@@ -87,7 +87,7 @@ jobs:
8787
mkdir -p artifacts
8888
rsync -avzh --ignore-missing-args Projects/${{ matrix.project }}/Debug/*.{hex,bin,elf,map,list,sh,ld} artifacts/
8989
- name: Upload Build Artifacts
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: linux_${{ matrix.project }}
9393
path: |
@@ -114,7 +114,7 @@ jobs:
114114
shell: bash
115115
run: git config --system core.longpaths true
116116
- name: Checkout Target Project
117-
uses: actions/checkout@v2
117+
uses: actions/checkout@v4
118118
with:
119119
path: ${{ github.workspace }}
120120
- name: Checkout submodules
@@ -184,7 +184,7 @@ jobs:
184184
done
185185
186186
- name: Upload Build Artifacts
187-
uses: actions/upload-artifact@v3
187+
uses: actions/upload-artifact@v4
188188
with:
189189
name: windows_${{ matrix.project }}
190190
path: |

0 commit comments

Comments
 (0)