Skip to content

Commit

Permalink
ci: gh actions version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
knonm authored Feb 4, 2024
1 parent 6a0271c commit 688e439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v4
- shell: bash
env:
HREF_RESUME_PT: ${{ secrets.HREF_RESUME_PT }}
Expand All @@ -34,7 +34,7 @@ jobs:
wget -q ${HREF_RESUME_PT} -O ./public/resume/pt/resume.pdf
wget -q ${HREF_RESUME_EN} -O ./public/resume/en/resume.pdf
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './public'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 688e439

Please sign in to comment.