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 af4b6e0 commit 10271c5Copy full SHA for 10271c5
.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