Skip to content

Commit 228d5dc

Browse files
authored
chore(ci): upgraded from upload-artifact v3 to v4 since its deprecated (#73)
2 parents 72d032c + 0320fae commit 228d5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm install
2929
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
3030
- name: Store Storybook Statics
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: storybook-static
3434
path: ./packages/demo/storybook-static
@@ -57,7 +57,7 @@ jobs:
5757
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
5858
working-directory: packages/library
5959
- name: Store LCOV Info
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: storybook-static
6363
path: packages/library/coverage/lcov.info

0 commit comments

Comments
 (0)