From 169ead6f6231aca3a230507351a5a599bba012bd Mon Sep 17 00:00:00 2001 From: Lena Haraldseid Date: Fri, 5 Jan 2024 08:31:30 +0100 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/build-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 606d8778..faf902fe 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -116,7 +116,7 @@ jobs: echo "CONFIG_ASSET_TRACKER_V2_APP_VERSION=\"${APP_VERSION}\"" >> firmware.conf echo "APP_VERSION=${APP_VERSION}" >> $GITHUB_ENV - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: broker @@ -202,7 +202,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - uses: actions/setup-node@v4 with: