Skip to content

Commit 37e1389

Browse files
authored
Update ghpages.yml to v4
1 parent 557a786 commit 37e1389

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ghpages.yml

+4-4
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@v2
23+
uses: actions/checkout@v4
2424

2525
- name: "Cache Setup"
2626
id: cache-setup
@@ -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: ${{ steps.cache-setup.outputs.path }}
3636
key: refcache-${{ steps.cache-setup.outputs.date }}
@@ -50,11 +50,11 @@ jobs:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: "Save HTML"
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
path: "*.html"
5656

5757
- name: "Save Text"
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v4
5959
with:
6060
path: "*.txt"

0 commit comments

Comments
 (0)