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 e77031b commit 2fd3d29Copy full SHA for 2fd3d29
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# Upload artifact for deploy workflow
52
- name: Upload build artifact
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
54
with:
55
name: docs-build-${{ github.run_id }}
56
path: ${{ env.BUILD_PATH }}
0 commit comments