Skip to content

Commit 8b4428b

Browse files
authored
Update ghpages.yml
1 parent 3e3d479 commit 8b4428b

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
@@ -20,7 +20,7 @@ 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
@@ -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)