mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
CI: Update versions of actions used by Cygwin CI
As suggested by code review. Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
7099ade15a
commit
1d1c22e1d4
8
.github/workflows/test-cygwin.yml
vendored
8
.github/workflows/test-cygwin.yml
vendored
|
@ -21,10 +21,10 @@ jobs:
|
|||
git config --global core.autocrlf input
|
||||
|
||||
- name: Checkout Pillow
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Cygwin
|
||||
uses: cygwin/cygwin-install-action@v1
|
||||
uses: cygwin/cygwin-install-action@v2
|
||||
with:
|
||||
platform: ${{ matrix.architecture }}
|
||||
packages: >
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
dash.exe -c "mkdir -p Tests/errors"
|
||||
|
||||
- name: Upload errors
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: errors
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
bash.exe .ci/after_success.sh
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
flags: GHA_Cygwin
|
||||
|
|
Loading…
Reference in New Issue
Block a user