Skip to content

Commit

Permalink
Update action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamkins committed Sep 7, 2024
1 parent f8bccb0 commit e361cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate site
run: npm run build
- name: Upload resulting website
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: build
path: build/
Expand All @@ -34,7 +34,7 @@ jobs:
ref: gh-pages
- run: rm -rf *
- name: Download website
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: build
- name: Replace docs
Expand Down

0 comments on commit e361cb6

Please sign in to comment.