Skip to content

Commit ddbc490

Browse files
authored
ci: bump upload-pages-artifact to v4.0.0 to satisfy SHA-pinning policy (#301)
actions/upload-pages-artifact@v3 transitively calls actions/upload-artifact@v4 as a floating tag, which the repo's full-SHA pinning policy rejects, failing the docs deploy at job setup. v4.0.0 pins its internal upload-artifact to a SHA (v4.6.2). Fixes #300 Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
1 parent 51345e6 commit ddbc490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
cp -r starlight-docs/dist/* dist/docs/
6262
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
64+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
6565
with:
6666
path: ./docs/dist
6767

0 commit comments

Comments
 (0)