File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 ARM_GCC_DIR : /usr
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 with :
2424 path : firmware
2525 submodules : recursive
6565 west patch
6666
6767 - name : Use Node.js (.nvmrc)
68- uses : actions/setup-node@v4
68+ uses : actions/setup-node@v6
6969 with :
7070 node-version-file : firmware/scripts/.nvmrc
7171
@@ -80,11 +80,11 @@ jobs:
8080 scripts/make-release.mjs --allowSha
8181
8282 - name : Upload firmware artifacts
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : firmware
8686 path : firmware/scripts/uhk-firmware-*.tar.gz
87- compression-level : 0
87+ archive : false
8888 retention-days : 90
8989
9090 - name : Run build-archiver
@@ -118,7 +118,7 @@ jobs:
118118 echo "$DELIMITER" >> $GITHUB_OUTPUT
119119
120120 - name : Release
121- uses : softprops/action-gh-release@v2
121+ uses : softprops/action-gh-release@v3
122122 if : github.ref_type == 'tag'
123123 with :
124124 body : ${{ steps.changelog.outputs.content }}
You can’t perform that action at this time.
0 commit comments