Skip to content

Commit

Permalink
Also updating action version in ghpages (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Sep 18, 2024
1 parent d1fa26f commit f56995d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Save Archive"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: archive.json
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@v3
with:
path: "*.html"

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

0 comments on commit f56995d

Please sign in to comment.