We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91c7dc commit 2241ca2Copy full SHA for 2241ca2
.github/workflows/doc.yml
@@ -48,7 +48,7 @@ jobs:
48
if: ${{ github.event_name == 'push' }}
49
steps:
50
- name: Download artifact
51
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
52
with:
53
name: docs
54
- name: Unpack artifact
0 commit comments