Skip to content

Commit 5118957

Browse files
authored
Update ghpages.yml
1 parent 7cbe0ae commit 5118957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ghpages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: "Checkout"
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: "Setup"
2626
id: setup
2727
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"
2828

2929
- name: "Caching"
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: |
3333
.refcache
@@ -51,7 +51,7 @@ jobs:
5151
token: ${{ github.token }}
5252

5353
- name: "Archive Built Drafts"
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
path: |
5757
draft-*.html

0 commit comments

Comments
 (0)