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 3e086cc commit 7f2f9e8Copy full SHA for 7f2f9e8
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: npm ci
20
- run: npm run build -- --configuration production --base-href /${{ github.event.repository.name }}/
21
# - run: npm test -- --no-watch --no-progress --browsers=ChromeHeadless
22
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
23
with:
24
name: dist
25
path: dist/${{ github.event.repository.name }}
0 commit comments