Skip to content

Commit 2fb0891

Browse files
committed
Upgrade actions/upload-artifact to v4 in GitHub Actions Workflow
1 parent fb1d76a commit 2fb0891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
6464
export GNUARMEMB_TOOLCHAIN_PATH=/tmp/gcc-arm-none-eabi-9-2019-q4-major/
6565
REFERENCE_PLATFORM=ncs REFERENCE_RELEASE_TYPE=1.4 ./script/make-reference-release.bash
66-
- uses: actions/upload-artifact@v3
66+
- uses: actions/upload-artifact@v4
6767
with:
6868
name: reference-releases
6969
path: |

0 commit comments

Comments
 (0)