File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 os : [windows-latest]
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 with :
3434 persist-credentials : false
3535
36- - uses : actions/setup-python@v5
36+ - uses : actions/setup-python@v6
3737 name : Install Python
3838 with :
3939 python-version : ${{ env.python-version }}
6666 run : |
6767 ls -1 wheelhouse
6868
69- - uses : actions/upload-artifact@v4
69+ - uses : actions/upload-artifact@v5
7070 with :
7171 name : artifacts-${{ matrix.os }}
7272 path : ./dist/wppm*.whl
8080 # This permission is required for pypi's "trusted publisher" feature
8181 id-token : write
8282 steps :
83- - uses : actions/download-artifact@v4
83+ - uses : actions/download-artifact@v6
8484 with :
8585 pattern : artifacts-*
8686 path : dist
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 os : [windows-latest]
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 with :
3434 persist-credentials : false
3535
36- - uses : actions/setup-python@v5
36+ - uses : actions/setup-python@v6
3737 name : Install Python
3838 with :
3939 python-version : ${{ env.python-version }}
6666 run : |
6767 ls -1 wheelhouse
6868
69- - uses : actions/upload-artifact@v4
69+ - uses : actions/upload-artifact@v5
7070 with :
7171 name : artifacts-${{ matrix.os }}
7272 path : ./dist/wppm*.whl
8080 # This permission is required for pypi's "trusted publisher" feature
8181 id-token : write
8282 steps :
83- - uses : actions/download-artifact@v4
83+ - uses : actions/download-artifact@v6
8484 with :
8585 pattern : artifacts-*
8686 path : dist
Original file line number Diff line number Diff line change 6060
6161 steps :
6262 - name : Checkout repository
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v6
6464
6565 - name : Set Python version configuration
6666 id : python_config
@@ -216,7 +216,7 @@ jobs:
216216
217217 - name : Upload artifacts
218218 if : env.WINPYREQUIREMENTS != ''
219- uses : actions/upload-artifact@v4
219+ uses : actions/upload-artifact@v5
220220 with :
221221 name : ${{ env.ARTIFACT_NAME }}
222222 path : publish_output
You can’t perform that action at this time.
0 commit comments