We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dc38c commit c43be5fCopy full SHA for c43be5f
.github/workflows/ci.yml
@@ -184,7 +184,7 @@ jobs:
184
185
- name: Upload source code
186
if: success() || failure()
187
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
188
with:
189
name: ${{ matrix.project.name }}-${{ matrix.project.mcu }}-${{ matrix.project.env }}_${{ matrix.project.id }}
190
path: ${{ matrix.project.mcu }}-${{ matrix.project.env }}_${{ matrix.project.id }}
0 commit comments