File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 R CMD build .
7070 ls -la
7171 - name : Upload the source package
72- uses : actions/upload-artifact@v3
72+ uses : actions/upload-artifact@v4
7373 with :
7474 name : ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package
7575 path : bpmnVisualizationR_*.tar.gz
7979
8080 - name : Upload source package check results
8181 if : ${{ failure() && steps.source_package_checks.outcome == 'failure' }}
82- uses : actions/upload-artifact@v3
82+ uses : actions/upload-artifact@v4
8383 with :
8484 name : ${{ matrix.config.os }}-r${{ matrix.config.r }}-source-package-check-results
8585 path : bpmnVisualizationR.Rcheck
Original file line number Diff line number Diff line change 3333 # Always upload the website for local browsing and when it cannot be deployed to surge
3434 - name : Upload documentation
3535 if : github.event.action != 'closed'
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : documentation-${{github.sha}}
3939 path : docs
You can’t perform that action at this time.
0 commit comments