Skip to content

Commit

Permalink
Merge pull request #67 from rzeldent/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
rzeldent authored Dec 29, 2024
2 parents 485d33b + e5f4c28 commit 2276ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build firmware
run: platformio run
- name: Archive firmwares
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmwares.zip
path: .pio/build/*/*.bin

0 comments on commit 2276ebd

Please sign in to comment.