From 8ff4929f02a522ba3074b765db86a135dcd06208 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:00:47 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/attach_release_assets.yml | 2 +- .github/workflows/build.yml | 10 +++++----- .github/workflows/dfu_check.yml | 2 +- .github/workflows/docs-build-and-publish-zooomin.yml | 2 +- .github/workflows/docs-build-and-publish.yml | 2 +- .github/workflows/on_target.yml | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/attach_release_assets.yml b/.github/workflows/attach_release_assets.yml index 1977239d..b38d09c1 100644 --- a/.github/workflows/attach_release_assets.yml +++ b/.github/workflows/attach_release_assets.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: firmware-* merge-multiple: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed400eea..a9f4fdb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: sed -i '1d' pmr-nrf91-default-${{ env.VERSION }}.txt - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-oob with: name: firmware-oob @@ -189,7 +189,7 @@ jobs: cp dfu_application.zip hello.nrfcloud.com-${{ env.VERSION }}-thingy91x-nrf91-trace-dfu.zip - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-oob-trace with: name: firmware-oob-trace @@ -240,7 +240,7 @@ jobs: - name: Upload artifact if: ${{ inputs.build_debug }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-oob-debug with: name: firmware-oob-debug @@ -290,7 +290,7 @@ jobs: cp nrf53-bl-*.hex $(pwd)/nrf/applications/connectivity_bridge/build/ - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-connectivity-bridge with: name: firmware-connectivity-bridge @@ -319,7 +319,7 @@ jobs: - name: Upload artifact if: ${{ inputs.build_bl_update }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-bl-update with: name: firmware-bl-update diff --git a/.github/workflows/dfu_check.yml b/.github/workflows/dfu_check.yml index 9c37afe1..62894c81 100644 --- a/.github/workflows/dfu_check.yml +++ b/.github/workflows/dfu_check.yml @@ -41,7 +41,7 @@ jobs: west update -o=--depth=1 -n - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: firmware-* merge-multiple: true diff --git a/.github/workflows/docs-build-and-publish-zooomin.yml b/.github/workflows/docs-build-and-publish-zooomin.yml index d3568447..20a822ae 100644 --- a/.github/workflows/docs-build-and-publish-zooomin.yml +++ b/.github/workflows/docs-build-and-publish-zooomin.yml @@ -73,7 +73,7 @@ jobs: ls -lah . - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: doc-build if-no-files-found: error diff --git a/.github/workflows/docs-build-and-publish.yml b/.github/workflows/docs-build-and-publish.yml index fdc1d64a..1cde18ae 100644 --- a/.github/workflows/docs-build-and-publish.yml +++ b/.github/workflows/docs-build-and-publish.yml @@ -39,7 +39,7 @@ jobs: sphinx-build -M html . build - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: doc-build if-no-files-found: error diff --git a/.github/workflows/on_target.yml b/.github/workflows/on_target.yml index 4fa73276..b1d71a2d 100644 --- a/.github/workflows/on_target.yml +++ b/.github/workflows/on_target.yml @@ -58,7 +58,7 @@ jobs: path: thingy91x-oob - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: firmware-* merge-multiple: true @@ -139,7 +139,7 @@ jobs: - name: Create Report Artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-report with: name: test-report @@ -148,7 +148,7 @@ jobs: - name: Push log files to artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-test-logs with: name: test-logs