Skip to content

Commit adaa6fb

Browse files
committed
chore(ci): update actions due to node 20 deprecation
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
1 parent e79c89e commit adaa6fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: make coverage report.md
6868

6969
- name: Upload coverage report
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: ocre-coverage
7373
include-hidden-files: true

.github/workflows/zephyr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "BOARD_NAME=$(printf "%s\n" "$BOARD" | tr / _)" >> $GITHUB_ENV
6868
6969
- name: Upload build artifacts
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: ocre-zephyr-${{ env.BOARD_NAME }}-${{ matrix.app }}
7373
include-hidden-files: true
@@ -99,7 +99,7 @@ jobs:
9999
echo "BOARD_NAME=$(printf "%s\n" "$BOARD" | tr / _)" >> $GITHUB_ENV
100100
101101
- name: Download build artifacts
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v8
103103
with:
104104
name: ocre-zephyr-${{ env.BOARD_NAME }}-${{ matrix.app }}
105105

0 commit comments

Comments
 (0)