We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc169b + e5a5ab8 commit 8ef1e6aCopy full SHA for 8ef1e6a
1 file changed
.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@1f8785ff7a5130826f848e7f72725c85d241860f # v18
+ uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
18
with:
19
workflow: docs-pr.yaml
20
run_id: ${{ github.event.workflow_run.id }}
0 commit comments