Skip to content

Commit 9c4ca5d

Browse files
committed
🐛 fix: update deprecated GitHub Actions to v4 (upload/download-artifact)
1 parent 5e306db commit 9c4ca5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
npm run build
103103
104104
- name: 📤 Upload Build Artifacts
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
with:
107107
name: ${{ matrix.package }}-build
108108
path: |
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v3
163163

164164
- name: 📥 Download Build Artifacts
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4
166166
with:
167167
path: ./artifacts
168168

0 commit comments

Comments
 (0)