Skip to content

Commit

Permalink
[Chore]: Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Feb 18, 2024
1 parent 6b25f12 commit e37c78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Select Xcode Version ✨
run: |
sudo xcode-select -switch /Applications/Xcode_15.0.1.app/Contents/Developer
Expand All @@ -44,7 +44,7 @@ jobs:
--output-path docs;
echo "<script>window.location.href += \"/documentation/slavatarkit\"</script>" > docs/index.html;
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload only docs directory
path: 'docs'
Expand Down

0 comments on commit e37c78f

Please sign in to comment.