Skip to content

Commit 27d82c2

Browse files
authored
Update build_windows.yml
1 parent 6afcc7d commit 27d82c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- { ARCH: amd64, PYVER: 3.13.0 }
3838
steps:
3939
- name: Checkout main repo
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141
- name: Build Python
4242
shell: cmd
4343
run: |
@@ -55,7 +55,7 @@ jobs:
5555
cd ${{ matrix.env.ARCH }}\embeddable\
5656
7z a -tzip python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip * -r
5757
- name: Save build
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v4
5959
with:
6060
path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
6161
if-no-files-found: error

0 commit comments

Comments
 (0)