Skip to content

Commit 9cafa0c

Browse files
committed
Automatic update of .github/workflows/ghpages.yml
1 parent 506a630 commit 9cafa0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ghpages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@ jobs:
1818
build:
1919
name: "Update Editor's Copy"
2020
runs-on: ubuntu-latest
21+
permissions:
22+
contents: write
2123
steps:
2224
- name: "Checkout"
23-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2426

2527
- name: "Setup"
2628
id: setup
2729
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"
2830

2931
- name: "Caching"
30-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3133
with:
3234
path: |
3335
.refcache
@@ -51,7 +53,7 @@ jobs:
5153
token: ${{ github.token }}
5254

5355
- name: "Archive Built Drafts"
54-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5557
with:
5658
path: |
5759
draft-*.html

0 commit comments

Comments
 (0)