We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d995b1 commit 5cfd542Copy full SHA for 5cfd542
.github/workflows/compile-rtk-firmware.yml
@@ -146,7 +146,7 @@ jobs:
146
mv RTK_Surveyor.ino.bin ${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}.bin
147
148
- name: Upload binary to action
149
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
150
with:
151
name: ${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}
152
path: ./Firmware/RTK_Surveyor/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}.bin
0 commit comments