We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f3de79 + 4530ffa commit 0ddb82cCopy full SHA for 0ddb82c
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: npm test
26
27
- name: Upload artifacts
28
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
29
with:
30
name: gh-pages
31
path: ./public/
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
ref: gh-pages
20
21
- name: Download artifacts
22
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
23
24
0 commit comments