Skip to content

Commit 7b81771

Browse files
Merge pull request #15 from objectstack-ai/dependabot/github_actions/actions/upload-artifact-6
2 parents 421c1a5 + 77ac23d commit 7b81771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Archive build artifacts
4343
if: matrix.node-version == '20.x'
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: dist
4747
path: dist/

0 commit comments

Comments
 (0)