File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464 run : npm ci
6565
6666 - name : Download Build
67- uses : actions/download-artifact@v6
67+ uses : actions/download-artifact@v7
6868 with :
6969 name : Build
7070 path : ${{ env.CWD }}/dist
7676 package-json : ${{ env.CWD }}/dist/packages/generate-license-file/package.json
7777
7878 - name : Download Build
79- uses : actions/download-artifact@v6
79+ uses : actions/download-artifact@v7
8080 with :
8181 name : Build
8282 path : ${{ env.CWD }}/dist
Original file line number Diff line number Diff line change 8181 run : npx nx run-many --target version --args="--version=${{ inputs.version }}"
8282
8383 - name : Upload Build
84- uses : actions/upload-artifact@v5
84+ uses : actions/upload-artifact@v6
8585 with :
8686 name : Build
8787 path : ${{ env.CWD }}/dist
@@ -161,7 +161,7 @@ jobs:
161161 run : npm ci
162162
163163 - name : Download Build
164- uses : actions/download-artifact@v6
164+ uses : actions/download-artifact@v7
165165 with :
166166 name : Build
167167 path : ${{ env.CWD }}/dist
@@ -205,7 +205,7 @@ jobs:
205205 run : npm ci
206206
207207 - name : Download Build
208- uses : actions/download-artifact@v6
208+ uses : actions/download-artifact@v7
209209 with :
210210 name : Build
211211 path : ${{ env.CWD }}/dist
You can’t perform that action at this time.
0 commit comments