Skip to content

Commit 8b8ffd9

Browse files
committed
chore: update upload-artifact github action
1 parent a9c5d1f commit 8b8ffd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: tar -cvf dist_bin.tar packages/cli/dist_bin/
9898

9999
- name: Upload Artifacts
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4.4.0
101101
with:
102102
name: dist_bin
103103
path: dist_bin.tar
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v3
119119

120120
- name: Download Artifacts
121-
uses: actions/[email protected].7
121+
uses: actions/[email protected].8
122122
with:
123123
name: dist_bin
124124

@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v3
163163

164164
- name: Download Artifacts
165-
uses: actions/[email protected].7
165+
uses: actions/[email protected].8
166166
with:
167167
name: dist_bin
168168

@@ -243,7 +243,7 @@ jobs:
243243
uses: actions/checkout@v3
244244

245245
- name: Download Artifacts
246-
uses: actions/[email protected].7
246+
uses: actions/[email protected].8
247247
with:
248248
name: dist_bin
249249

0 commit comments

Comments
 (0)