We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e51ab2 commit 88cfc5fCopy full SHA for 88cfc5f
2 files changed
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Checkout
64
uses: actions/checkout@v5
65
- name: Download generated site
66
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
67
with:
68
name: site
69
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
.github/workflows/publish.yml
0 commit comments