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 e238178 commit 01bb410Copy full SHA for 01bb410
.github/workflows/compile-rtk-everywhere.yml
@@ -155,7 +155,7 @@ jobs:
155
mv RTK_Everywhere.ino.bin ${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}.bin
156
157
- name: Upload binary to action
158
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
159
with:
160
name: ${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}
161
path: ./Firmware/RTK_Everywhere/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}.bin
0 commit comments