We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f15694 + 036c868 commit 0505a33Copy full SHA for 0505a33
1 file changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
run: pnpm --filter @objectstack/spec test:coverage
53
54
- name: Upload coverage reports
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
56
with:
57
name: coverage-report
58
path: packages/spec/coverage/
@@ -110,7 +110,7 @@ jobs:
110
echo "Build outputs verified successfully"
111
112
- name: Upload build artifacts
113
114
115
name: build-output
116
path: |
0 commit comments