Skip to content

Commit

Permalink
[github-actions] Update build config to use checkout@v3 and upload-ar…
Browse files Browse the repository at this point in the history
…tifact@v3
  • Loading branch information
nikias committed Sep 18, 2023
1 parent b9d5e3c commit 91aa7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
done
sudo cp -r extract/* /
sudo ldconfig
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: autogen
Expand All @@ -67,7 +67,7 @@ jobs:
DESTDIR=`pwd`/dest make install
tar -C dest -cf usbmuxd.tar usr lib
- name: publish artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: usbmuxd-latest_${{env.target_triplet}}
path: usbmuxd.tar

0 comments on commit 91aa7be

Please sign in to comment.