Skip to content

Commit

Permalink
Merge pull request #369 from Shared-Reality-Lab/actions-version-upgrade
Browse files Browse the repository at this point in the history
Upgraded actions to v4 for node version 16
  • Loading branch information
jaydeepsingh25 committed Jan 4, 2024
2 parents 9e5f03e + d7f876a commit 21f47df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios-automate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'

Expand All @@ -30,7 +30,7 @@ jobs:
run: xcrun safari-web-extension-converter ./build-chrome

- name: Upload Xcode project
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: xcode-project
path: "IMAGE Extension (Test)"

0 comments on commit 21f47df

Please sign in to comment.