diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e702ad48c1..7bd68a0522 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs: # Upload the Builds to ZIP file with existing SHA in .hex names - name: Upload Artifacts id: artifact-upload - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ env.ARTIFACT_NAME }} path: obj/*.hex @@ -197,7 +197,7 @@ jobs: continue-on-error: true - name: download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ needs.build.outputs.artifact }} #no name parameter will download all artifacts, but create separate subfolders path: obj