File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 ARTIFACT_NAME : dist
88 # The project's folder on Arduino's download server for uploading builds
99 AWS_PLUGIN_TARGET : /tools/
10- # See: https://github.com/actions/setup-python/tree/v3 #available-versions-of-python
10+ # See: https://github.com/actions/setup-python/tree/main #available-versions-of-python
1111 PYTHON_VERSION : " 3.7"
1212 MCUBOOT_PATH : ${{ github.workspace }}/mcuboot
1313 IMGTOOL_PACKING_PATH : ${{ github.workspace }}/imgtool-packing
6464 run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*.patch
6565
6666 - name : Set up Python ${{ env.PYTHON_VERSION }}
67- uses : actions/setup-python@v3
67+ uses : actions/setup-python@v4
6868 with :
6969 python-version : ${{ env.PYTHON_VERSION }}
7070 architecture : ${{ matrix.python_arch }}
You can’t perform that action at this time.
0 commit comments