Skip to content

Commit

Permalink
CI: Use latest versions of upload-pages-artifact and deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 23, 2025
1 parent 97bcdf4 commit 647efc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,13 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: all-html

- name: Deploy to github pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

build-push-image:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 647efc8

Please sign in to comment.