We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2632858 commit affc476Copy full SHA for affc476
.github/workflows/documentation.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Download artifact from build workflow
79
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')
80
- uses: dawidd6/action-download-artifact@v9
+ uses: dawidd6/action-download-artifact@19f6be5f04a702e84928b9c7db33da57bd5415c2
81
with:
82
allow_forks: false
83
branch: main
0 commit comments