File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,21 +44,21 @@ jobs:
4444 docker run --rm -w /workspace -v "$(pwd):/workspace/bacnet" "$ZEPHYR_CONTAINER" /bin/bash -c "$DOCKER_RUN_TARGET"
4545 - name : Upload sample Twister results
4646 if : ${{ always() }}
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v7
4848 with :
4949 name : twister-out.samples
5050 path : twister-out.samples
5151 if-no-files-found : warn
5252 - name : Upload unit_testing Twister results
5353 if : ${{ always() }}
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : twister-out.unit_testing
5757 path : twister-out.unit_testing
5858 if-no-files-found : warn
5959 - name : Upload subsys Twister results
6060 if : ${{ always() }}
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : twister-out.subsys
6464 path : twister-out.subsys
You can’t perform that action at this time.
0 commit comments