Skip to content

Commit a350289

Browse files
committed
ci(publish-docs): fix hallucinated upload-pages-artifact SHA
The previous pin (...c3e0e431f8a1c5dceea27cd) didn't exist, which caused the first main run to fail at 'Set up job' with 'Unable to resolve action'. The real v3.0.1 SHA is 56afc609e7420...d462b719fa.
1 parent 5a1069a commit a350289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
bash scripts/build-docs.sh
9191
9292
- name: Upload Pages artifact
93-
uses: actions/upload-pages-artifact@56afc609e74202658c3e0e431f8a1c5dceea27cd # v3
93+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
9494
with:
9595
path: components/react/dist-site
9696

0 commit comments

Comments
 (0)