Skip to content

Commit acc94d5

Browse files
build(deps): bump the actions group with 2 updates (#265)
1 parent 93fa7b0 commit acc94d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: pnpm lint
9999

100100
- name: Upload publish artifact
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: publish-artifact
104104
path: lib
@@ -139,7 +139,7 @@ jobs:
139139
run: pnpm install --production
140140

141141
- name: Download publish artifact
142-
uses: actions/download-artifact@v7
142+
uses: actions/download-artifact@v8
143143
with:
144144
name: publish-artifact
145145
path: lib
@@ -253,7 +253,7 @@ jobs:
253253
package-manager-cache: false
254254

255255
- name: Download publish artifact
256-
uses: actions/download-artifact@v7
256+
uses: actions/download-artifact@v8
257257
with:
258258
name: publish-artifact
259259
path: lib

0 commit comments

Comments
 (0)