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 f00ff3f commit d71de40
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 @@ -26,7 +26,7 @@ jobs:
android-dir: Android

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

- name: Install packages
run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
tar -a -cf GNUstep-Android-${{matrix.name}}.tar.xz -C$HOME/${{matrix.android-dir}} GNUstep
- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: GNUstep-Android-${{matrix.name}}.tar.xz
name: GNUstep-Android-${{matrix.name}}
Expand All @@ -71,7 +71,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 d71de40

Please sign in to comment.