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 6afcc7d commit 27d82c2Copy full SHA for 27d82c2
.github/workflows/build_windows.yml
@@ -37,7 +37,7 @@ jobs:
37
- { ARCH: amd64, PYVER: 3.13.0 }
38
steps:
39
- name: Checkout main repo
40
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
41
- name: Build Python
42
shell: cmd
43
run: |
@@ -55,7 +55,7 @@ jobs:
55
cd ${{ matrix.env.ARCH }}\embeddable\
56
7z a -tzip python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip * -r
57
- name: Save build
58
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
59
with:
60
path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
61
if-no-files-found: error
0 commit comments