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 47d799a commit 8e47f23Copy full SHA for 8e47f23
.github/workflows/non-release-build.yml
@@ -106,7 +106,7 @@ jobs:
106
mv GNSSDO_Firmware.ino.bin ${{ env.ARTIFACT }}
107
108
- name: Upload artifact directory to action - avoid double-zip
109
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
110
with:
111
name: ${{ env.ARTIFACT }}
112
path: Firmware/GNSSDO_Firmware/build/esp32.esp32.esp32/${{ env.ARTIFACT }}
0 commit comments