Skip to content

Commit c43be5f

Browse files
committed
ci: Bump upload-artifact version
1 parent 29dc38c commit c43be5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Upload source code
186186
if: success() || failure()
187-
uses: actions/upload-artifact@v3
187+
uses: actions/upload-artifact@v4
188188
with:
189189
name: ${{ matrix.project.name }}-${{ matrix.project.mcu }}-${{ matrix.project.env }}_${{ matrix.project.id }}
190190
path: ${{ matrix.project.mcu }}-${{ matrix.project.env }}_${{ matrix.project.id }}

0 commit comments

Comments
 (0)