Skip to content

Commit aa11cda

Browse files
committed
fix(ci): update actions/upload-artifact to v4
1 parent 5b64930 commit aa11cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
# Not required but this saves the distribution files
188188
# with the package upload for debugging purposes.
189189
- name: Save packages as artifacts
190-
uses: actions/upload-artifact@v2
190+
uses: actions/upload-artifact@v4
191191
with:
192192
name: dist
193193
path: dist

0 commit comments

Comments
 (0)