Skip to content

Commit 0505a33

Browse files
authored
Merge pull request #22 from objectstack-ai/dependabot/github_actions/actions/upload-artifact-6
2 parents 8f15694 + 036c868 commit 0505a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: pnpm --filter @objectstack/spec test:coverage
5353

5454
- name: Upload coverage reports
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: coverage-report
5858
path: packages/spec/coverage/
@@ -110,7 +110,7 @@ jobs:
110110
echo "Build outputs verified successfully"
111111
112112
- name: Upload build artifacts
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v6
114114
with:
115115
name: build-output
116116
path: |

0 commit comments

Comments
 (0)