We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d307efa + 94c4ffa commit 97a39f8Copy full SHA for 97a39f8
.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@688efa90a08f3552e7c1420c8313e215164e8b14
+ uses: dawidd6/action-download-artifact@v14
81
with:
82
allow_forks: false
83
branch: main
0 commit comments