File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Build npm package
3333 run : npm pack
3434 - name : Upload npm package
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v5
3636 with :
3737 name : bpmn-visualization-npm-package
3838 path : bpmn-visualization-*.tgz
8282 run : npm run build
8383 - name : Upload project archive
8484 if : github.event_name == 'pull_request'
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v5
8686 with :
8787 name : ${{matrix.project}}-${{matrix.bv-npm-package}}
8888 path : ${{github.workspace}}/projects/${{matrix.project}}/dist
@@ -186,7 +186,7 @@ jobs:
186186 # Fallback when it is not possible to deploy to surge.sh
187187 - name : Upload artifact (preview not deployed)
188188 if : steps.surge-preview-tools.outputs.can-run-surge-command == 'false'
189- uses : actions/upload-artifact@v4
189+ uses : actions/upload-artifact@v5
190190 with :
191191 name : bpmn-visualization-examples-projects-${{github.sha}}
192192 path : build
You can’t perform that action at this time.
0 commit comments