File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 language : python
3232 dry-run : false
3333 - name : Upload New Crash
34- uses : actions/upload-artifact@v2
34+ uses : actions/upload-artifact@v3
3535 if : failure() && steps.build.outcome == 'success'
3636 with :
3737 name : artifacts
3838 path : ./out/artifacts
3939 - name : Upload Legacy Crash
40- uses : actions/upload-artifact@v2
40+ uses : actions/upload-artifact@v3
4141 if : steps.run.outcome == 'success'
4242 with :
4343 name : crash
Original file line number Diff line number Diff line change 1010 name : Lint
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : pre-commit cache
1616 uses : actions/cache@v2
2121 lint-pre-commit-
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v2
24+ uses : actions/setup-python@v3
2525 with :
2626 python-version : " 3.10"
2727 cache : pip
Original file line number Diff line number Diff line change 4141 name : ${{ matrix.docker }}
4242
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v3
4545
4646 - name : Build system information
4747 run : python3 .github/workflows/system-info.py
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout Pillow
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v3
3333
3434 - name : Set up shell
3535 run : echo "C:\msys64\usr\bin\" >> $env:GITHUB_PATH
Original file line number Diff line number Diff line change 2828 name : ${{ matrix.docker }}
2929
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v3
3232
3333 - name : Build system information
3434 run : python3 .github/workflows/system-info.py
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323
2424 steps :
2525 - name : Checkout Pillow
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727
2828 - name : Checkout cached dependencies
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v3
3030 with :
3131 repository : python-pillow/pillow-depends
3232 path : winbuild\depends
3333
3434 # sets env: pythonLocation
3535 - name : Set up Python
36- uses : actions/setup-python@v2
36+ uses : actions/setup-python@v3
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 architecture : ${{ matrix.architecture }}
@@ -156,7 +156,7 @@ jobs:
156156 shell : bash
157157
158158 - name : Upload errors
159- uses : actions/upload-artifact@v2
159+ uses : actions/upload-artifact@v3
160160 if : failure()
161161 with :
162162 name : errors
@@ -182,7 +182,7 @@ jobs:
182182 winbuild\\build\\build_pillow.cmd --disable-imagequant bdist_wheel
183183 shell : cmd
184184
185- - uses : actions/upload-artifact@v2
185+ - uses : actions/upload-artifact@v3
186186 if : " github.event_name != 'pull_request'"
187187 with :
188188 name : ${{ steps.wheel.outputs.dist }}
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
3737
3838 steps :
39- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v3
4040
4141 - name : Set up Python ${{ matrix.python-version }}
42- uses : actions/setup-python@v2
42+ uses : actions/setup-python@v3
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545 cache : pip
8484 mkdir -p Tests/errors
8585
8686 - name : Upload errors
87- uses : actions/upload-artifact@v2
87+ uses : actions/upload-artifact@v3
8888 if : failure()
8989 with :
9090 name : errors
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121 - name : Scan
2222 uses : tidelift/alignment-action@main
2323 env :
You can’t perform that action at this time.
0 commit comments