We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb746ae + 3a7014e commit bcb0ac5Copy full SHA for bcb0ac5
.github/workflows/release.yml
@@ -7,7 +7,7 @@ env:
7
ARTIFACT_NAME: dist
8
# The project's folder on Arduino's download server for uploading builds
9
AWS_PLUGIN_TARGET: /tools/
10
- # See: https://github.com/actions/setup-python/tree/v3#available-versions-of-python
+ # See: https://github.com/actions/setup-python/tree/main#available-versions-of-python
11
PYTHON_VERSION: "3.7"
12
MCUBOOT_PATH: ${{ github.workspace }}/mcuboot
13
IMGTOOL_PACKING_PATH: ${{ github.workspace }}/imgtool-packing
@@ -64,7 +64,7 @@ jobs:
64
run: git apply -v "${{ env.IMGTOOL_PACKING_PATH }}/patches/"*.patch
65
66
- name: Set up Python ${{ env.PYTHON_VERSION }}
67
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
68
with:
69
python-version: ${{ env.PYTHON_VERSION }}
70
architecture: ${{ matrix.python_arch }}
0 commit comments