From 5db84b6889dda6123a75adf9204719c730557740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:00:44 +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/doc-build.yml | 2 +- .github/workflows/on_target.yml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/attach_release_assets.yml b/.github/workflows/attach_release_assets.yml index 1f76bfae..a665d565 100644 --- a/.github/workflows/attach_release_assets.yml +++ b/.github/workflows/attach_release_assets.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Download artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: firmware-* merge-multiple: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 175547ff..481247bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: sed -i '1d' pmr-nrf91-default-${{ env.VERSION }}.txt - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 id: artifact-upload-oob with: name: firmware-oob @@ -199,7 +199,7 @@ jobs: cp dfu_application.zip hello.nrfcloud.com-${{ env.VERSION }}-thingy91x-nrf91-trace-dfu.zip - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 id: artifact-upload-oob-trace with: name: firmware-oob-trace @@ -250,7 +250,7 @@ jobs: - name: Upload artifact if: ${{ inputs.build_debug }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 id: artifact-upload-oob-debug with: name: firmware-oob-debug @@ -300,7 +300,7 @@ jobs: cp nrf53-bl-*.hex $(pwd)/nrf/applications/connectivity_bridge/build/ - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 id: artifact-upload-connectivity-bridge with: name: firmware-connectivity-bridge @@ -329,7 +329,7 @@ jobs: - name: Upload artifact if: ${{ inputs.build_bl_update }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 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 0a1002ee..264da841 100644 --- a/.github/workflows/dfu_check.yml +++ b/.github/workflows/dfu_check.yml @@ -52,7 +52,7 @@ jobs: west update -o=--depth=1 -n - name: Download artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: firmware-* merge-multiple: true diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index f9c26932..f9bb40f1 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -82,7 +82,7 @@ jobs: - name: Store if: ${{ !contains(github.event.pull_request.labels.*.name, 'external') || contains(github.event.pull_request.labels.*.name, 'CI-trusted-author') }} - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: docs retention-days: 5 diff --git a/.github/workflows/on_target.yml b/.github/workflows/on_target.yml index a6eee847..8619a99c 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: firmware-* merge-multiple: true @@ -140,7 +140,7 @@ jobs: - name: Create Report Artifact if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 id: artifact-report with: name: test-report @@ -149,7 +149,7 @@ jobs: - name: Push log files to artifacts if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 id: artifact-upload-test-logs with: name: test-logs