Skip to content

Commit 322c293

Browse files
authored
ci: bump actions to the latest major (#1531)
The `uhk-firmware-*.tar.gz` artifact will not zipped
1 parent 11fc3b4 commit 322c293

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)