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 277b91d commit 785042dCopy full SHA for 785042d
.github/workflows/push-master.yml
@@ -43,15 +43,15 @@ jobs:
43
zip -j .pio/build/recovery_firmware.zip .pio/build/*.factory.bin
44
rm -f .pio/build/*.factory.bin
45
46
- - uses: actions/upload-artifact@v4.4.3
+ - uses: actions/upload-artifact@v4.5.0
47
name: Upload artifacts (commit)
48
if: (startsWith(github.event.ref, 'refs/tags') != true)
49
with:
50
path: |
51
.pio/build/*.bin
52
.pio/build/recovery_firmware.zip
53
54
55
name: Upload artifacts (release)
56
if: startsWith(github.ref, 'refs/tags/')
57
0 commit comments