We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e306db commit 9c4ca5dCopy full SHA for 9c4ca5d
.github/workflows/ci-cd.yml
@@ -102,7 +102,7 @@ jobs:
102
npm run build
103
104
- name: 📤 Upload Build Artifacts
105
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
106
with:
107
name: ${{ matrix.package }}-build
108
path: |
@@ -162,7 +162,7 @@ jobs:
162
uses: actions/checkout@v3
163
164
- name: 📥 Download Build Artifacts
165
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
166
167
path: ./artifacts
168
0 commit comments