Skip to content

Commit 8b05a9c

Browse files
committed
Update ghpages GitHub actions workflow
1 parent 2784332 commit 8b05a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghpages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
date -u "+::set-output name=date::%FT%T"
3131
3232
- name: "Cache References"
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: |
3636
${{ steps.cache-setup.outputs.path }}
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ github.token }}
5454

5555
- name: "Archive Built Drafts"
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v4
5757
with:
5858
path: |
5959
draft-*.html

0 commit comments

Comments
 (0)