Skip to content

Commit

Permalink
chore(ci): update versions (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Oct 31, 2024
1 parent 4b68533 commit 90e1f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
xcode-version: 14.3.1

- name: setup node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: lts/*

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
-p "$APPLE_PASSWORD"
- name: Upload release bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: app-ios
path: output/
Expand Down

0 comments on commit 90e1f0b

Please sign in to comment.