Skip to content

Commit

Permalink
Also updating action version in ghpages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi committed Sep 18, 2024
1 parent d1fa26f commit 2176a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Save HTML"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "*.html"

- name: "Save Text"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "*.txt"

0 comments on commit 2176a8d

Please sign in to comment.