We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557a786 commit 37e1389Copy full SHA for 37e1389
.github/workflows/ghpages.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: "Checkout"
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
- name: "Cache Setup"
26
id: cache-setup
@@ -30,7 +30,7 @@ jobs:
30
date -u "+::set-output name=date::%FT%T"
31
32
- name: "Cache References"
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
with:
35
path: ${{ steps.cache-setup.outputs.path }}
36
key: refcache-${{ steps.cache-setup.outputs.date }}
@@ -50,11 +50,11 @@ jobs:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
52
- name: "Save HTML"
53
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
54
55
path: "*.html"
56
57
- name: "Save Text"
58
59
60
path: "*.txt"
0 commit comments