Skip to content

Commit 27d7ce2

Browse files
authored
Merge pull request #958 from objectstack-ai/dependabot/github_actions/actions/upload-artifact-7
2 parents 699b314 + 9494778 commit 27d7ce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "All packages built successfully"
8585
8686
- name: Upload build artifacts
87-
uses: actions/upload-artifact@v6
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: build-output
9090
path: |
@@ -129,7 +129,7 @@ jobs:
129129
run: pnpm test:e2e --project=chromium
130130

131131
- name: Upload Playwright report
132-
uses: actions/upload-artifact@v6
132+
uses: actions/upload-artifact@v7
133133
if: ${{ !cancelled() }}
134134
with:
135135
name: playwright-report

.github/workflows/shadcn-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949

5050
- name: Upload analysis results
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
if: always()
5353
with:
5454
name: shadcn-analysis

0 commit comments

Comments
 (0)