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 4646 run : npm run build-dev
4747 - name : artifact build result
4848 # see https://github.com/actions/upload-artifact
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : dist
5252 path : dist
8989 eslint-report : ${{ env.REPORTS_DIR }}/eslint.json
9090 - name : artifact eslint result
9191 # see https://github.com/actions/upload-artifact
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 if : ${{ failure() }}
9494 with :
9595 name : ${{ env.STANDARD_REPORTS_ARTIFACT }}
@@ -174,7 +174,7 @@ jobs:
174174 - name : artifact npm errors
175175 if : ${{ failure() }}
176176 # see https://github.com/actions/upload-artifact
177- uses : actions/upload-artifact@v4
177+ uses : actions/upload-artifact@v5
178178 with :
179179 name : ' npm-errors_${{ matrix.os }}_node${{ matrix.node-version }}'
180180 path : ' /home/runner/.npm/_logs/*.log'
@@ -194,7 +194,7 @@ jobs:
194194 - name : artifact test reports
195195 if : ${{ ! cancelled() }}
196196 # see https://github.com/actions/upload-artifact
197- uses : actions/upload-artifact@v4
197+ uses : actions/upload-artifact@v5
198198 with :
199199 name : ' ${{ env.TESTS_REPORTS_ARTIFACT }}_${{ matrix.os }}_node${{ matrix.node-version }}'
200200 path : ${{ env.REPORTS_DIR }}
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 run : cat /home/runner/.npm/_logs/*.log
147147 - name : artifact release result
148148 # see https://github.com/actions/upload-artifact
149- uses : actions/upload-artifact@v4
149+ uses : actions/upload-artifact@v5
150150 with :
151151 name : ${{ env.PACKED_ARTIFACT }}
152152 path : ${{ env.PACKED_DIR }}/
You can’t perform that action at this time.
0 commit comments