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 7
7
ARTIFACT_NAME : dist
8
8
# The project's folder on Arduino's download server for uploading builds
9
9
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
11
11
PYTHON_VERSION : " 3.7"
12
12
MCUBOOT_PATH : ${{ github.workspace }}/mcuboot
13
13
IMGTOOL_PACKING_PATH : ${{ github.workspace }}/imgtool-packing
64
64
run : git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*.patch
65
65
66
66
- name : Set up Python ${{ env.PYTHON_VERSION }}
67
- uses : actions/setup-python@v3
67
+ uses : actions/setup-python@v4
68
68
with :
69
69
python-version : ${{ env.PYTHON_VERSION }}
70
70
architecture : ${{ matrix.python_arch }}
You can’t perform that action at this time.
0 commit comments