Skip to content

Commit

Permalink
workflows: upgrade artifact version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Dec 11, 2024
1 parent 752ef0a commit fbd621d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-OS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Compile language ${{ matrix.language }} model ${{ matrix.model }}
run: python3 .github/buildFirmware.py -l "${{ matrix.language }}" -m "${{ matrix.model }}" -b debug
- name: Upload ${{ matrix.os }} firmware artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmwares-${{ matrix.os }}
path: "*.bin"
4 changes: 2 additions & 2 deletions .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Compile language ${{ matrix.language }} model ${{ matrix.model }}
run: python3 .github/buildFirmware.py -l "${{ matrix.language }}" -m "${{ matrix.model }}" -b "${{ matrix.build-configuration }}"
- name: Upload firmware artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmwares
path: "*.bin"
Expand All @@ -96,7 +96,7 @@ jobs:
needs: build-OSW
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
pattern: "*.bin"
merge-multiple: true
Expand Down

0 comments on commit fbd621d

Please sign in to comment.