Skip to content

Commit

Permalink
Merge pull request #7 from NessieCircuits/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

⬆ Bump actions/upload-artifact from 3 to 4
  • Loading branch information
geissdoerfer committed Jan 29, 2024
2 parents 773d28d + 40da3c0 commit 1fd3601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: mv build/rioteeprobe.uf2 bin_${{matrix.board}}.uf2

- name: Upload artifacts to github
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bin_${{ matrix.board }}
path: firmware/bin_${{matrix.board}}.uf2
2 changes: 1 addition & 1 deletion .github/workflows/build-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: python -m build

- name: Upload artifacts to github
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: riotee_probe_tool
path: tool/dist/

0 comments on commit 1fd3601

Please sign in to comment.