We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dbbbb commit 4a803e8Copy full SHA for 4a803e8
.github/workflows/docs-pr-netlify.yaml
@@ -14,7 +14,7 @@ jobs:
14
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
15
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
16
- name: 📥 Download artifact
17
- uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
+ uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
18
with:
19
workflow: docs-pr.yaml
20
run_id: ${{ github.event.workflow_run.id }}
0 commit comments