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 6cbd87f commit a4a4fcbCopy full SHA for a4a4fcb
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v2
33
- name: Download generated site
34
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
35
with:
36
name: site
37
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
0 commit comments