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 fe74bc7 commit 014e626Copy full SHA for 014e626
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
working-directory: ./packages/apidom-playground
114
- name: Upload build artifacts from ApiDOM Playground
115
if: github.ref == 'refs/heads/main'
116
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
117
with:
118
name: build
119
path: ./packages/apidom-playground/build
0 commit comments