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 491365f commit 9e59d18Copy full SHA for 9e59d18
.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@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
+ uses: dawidd6/action-download-artifact@deb3bb83256a78589fef6a7b942e5f2573ad7c13 # v5
18
with:
19
workflow: docs-pr.yaml
20
run_id: ${{ github.event.workflow_run.id }}
0 commit comments