Skip to content

Commit

Permalink
chore: Update usage w/ actions/upload-pages-artifact@v3 and `action…
Browse files Browse the repository at this point in the history
…s/deploy-pages@v4`
  • Loading branch information
pndurette authored Jan 14, 2024
1 parent 335c49c commit 6163c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ See [How it works](#how-it-works).
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Generate URL Shortener
uses: pndurette/gh-pages-url-shortener-action@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand All @@ -73,7 +73,7 @@ See [How it works](#how-it-works).
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
```
</p>
Expand Down

0 comments on commit 6163c3e

Please sign in to comment.