Skip to content

Commit d380b8d

Browse files
chore(deps): update github artifact actions
1 parent e02bfbb commit d380b8d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
6565
working-directory: packages/library
6666
- name: Store LCOV Info
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: line-coverage-info
7070
path: packages/library/coverage/lcov.info
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
fetch-depth: '0'
105105
- name: Download LCOV Info Artifact
106-
uses: actions/download-artifact@v7
106+
uses: actions/download-artifact@v8
107107
with:
108108
name: line-coverage-info
109109
path: packages/library/coverage

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm install
2222
- run: npm run build --workspace=@tomplum/react-git-log
2323
- name: Store Built Artifact
24-
uses: actions/upload-artifact@v6
24+
uses: actions/upload-artifact@v7
2525
with:
2626
name: production-build
2727
path: ./packages/library/dist
@@ -37,7 +37,7 @@ jobs:
3737
- run: npm install
3838
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
3939
- name: Store Storybook Statics
40-
uses: actions/upload-artifact@v6
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: storybook-static
4343
path: ./packages/demo/storybook-static
@@ -79,7 +79,7 @@ jobs:
7979
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
8080
working-directory: packages/library
8181
- name: Store LCOV Info
82-
uses: actions/upload-artifact@v6
82+
uses: actions/upload-artifact@v7
8383
with:
8484
name: line-coverage-info
8585
path: packages/library/coverage/lcov.info
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
fetch-depth: '0'
120120
- name: Download LCOV Info Artifact
121-
uses: actions/download-artifact@v7
121+
uses: actions/download-artifact@v8
122122
with:
123123
name: line-coverage-info
124124
path: packages/library/coverage
@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156
- uses: actions/checkout@v6
157157
- name: Download Statics
158-
uses: actions/download-artifact@v7
158+
uses: actions/download-artifact@v8
159159
with:
160160
name: storybook-static
161161
path: ./packages/demo/storybook-static
@@ -192,7 +192,7 @@ jobs:
192192
fi
193193
194194
- name: Download Production Build
195-
uses: actions/download-artifact@v7
195+
uses: actions/download-artifact@v8
196196
with:
197197
name: production-build
198198
path: ./packages/library/dist

0 commit comments

Comments
 (0)