Skip to content

Commit

Permalink
CI: update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
triplef committed Jan 3, 2023
1 parent 97a2d6d commit 7a4a574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
arch: [x86, x64]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: msys2/setup-msys2@v2
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
tar -a -cf GNUstep-Windows-MSVC-${{matrix.arch}}.zip C:\GNUstep\${{matrix.arch}}
- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: GNUstep-Windows-MSVC-${{matrix.arch}}.zip
name: GNUstep-Windows-MSVC-${{matrix.arch}}
Expand All @@ -68,7 +68,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3

- name: Update GitHub prerelease
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 7a4a574

Please sign in to comment.