Skip to content

Commit 6fae7af

Browse files
chore(deps): update github artifact actions
Beachball-bump-type: patch
1 parent f90794a commit 6fae7af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pnpm run test
2828

2929
- name: Archive build artifacts
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: build-artifacts
3333
path: |
@@ -86,7 +86,7 @@ jobs:
8686
- run: pnpm install
8787

8888
- name: Download build artifacts
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v6
9090
with:
9191
name: build-artifacts
9292
path: packages/
@@ -116,7 +116,7 @@ jobs:
116116
- run: pnpm install
117117

118118
- name: Download build artifacts
119-
uses: actions/download-artifact@v5
119+
uses: actions/download-artifact@v6
120120
with:
121121
name: build-artifacts
122122
path: packages/

0 commit comments

Comments
 (0)