Skip to content

Commit

Permalink
update github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 26, 2024
1 parent ca758b6 commit eec42cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
macos-compile:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Display the OS Version1
run: sw_vers -productVersion
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
file /Users/runner/Library/Developer/Xcode/DerivedData/Antidote-bhjjxfvewsypipfpuadvlmuxuzew/Build/Products/Debug-iphonesimulator/Antidote.app/Antidote
- name: upload IPA file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ipa
path: |
Expand Down

0 comments on commit eec42cc

Please sign in to comment.