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 0db5d24 commit ecbc0b7Copy full SHA for ecbc0b7
.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@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
+ uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
18
with:
19
workflow: docs-pr.yaml
20
run_id: ${{ github.event.workflow_run.id }}
0 commit comments