We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092234a commit 54a621fCopy full SHA for 54a621f
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repo
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
23
- name: Setup Node
24
uses: actions/setup-node@v4
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
# Fetch the built HTML from the build job
62
- name: Download HTML artifact
0 commit comments