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:
DWesl 2022-04-15 20:45:19 -04:00 committed by GitHub
parent 7099ade15a
commit 1d1c22e1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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