We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76bd1c4 + 9cd3cd8 commit 5a39b6eCopy full SHA for 5a39b6e
1 file changed
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
run: pnpm --filter @objectstack/spec test:coverage
85
86
- name: Upload coverage reports
87
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
88
with:
89
name: coverage-report
90
path: packages/spec/coverage/
@@ -147,7 +147,7 @@ jobs:
147
run: pnpm --filter @objectstack/spec analyze
148
149
- name: Upload build artifacts
150
151
152
name: build-output
153
path: |
0 commit comments