Skip to content

Commit

Permalink
ci: Bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsair committed Oct 18, 2024
1 parent 52e2d84 commit a727332
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 @@ -99,7 +99,7 @@ jobs:
sudo mv build/wireless_esp_dap.bin build/wireless_esp_dap_app.bin
- name: Upload firmware
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: firmware_${{ matrix.target-hardware }}.zip
path: |
Expand Down

1 comment on commit a727332

@windowsair
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix #79

Please sign in to comment.