From db7cb137bfef6a9d9eb0b23f86ca5f0105fb8005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 02:57:16 +0000 Subject: [PATCH] Bump actions/download-artifact from 7.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/builds.yml | 4 ++-- .github/workflows/generate-docs.yml | 2 +- .github/workflows/make-release.yml | 2 +- .github/workflows/publish-docs.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index c491b10a..29b4df78 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -518,7 +518,7 @@ jobs: swap-storage: true - name: Download Docker image artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: livekit-cpp-sdk-docker-arm64 @@ -564,7 +564,7 @@ jobs: swap-storage: true - name: Download Docker image artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: livekit-cpp-sdk-docker-x64 diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index dfd4de12..83d41926 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -141,7 +141,7 @@ jobs: # Simple check to make sure the documentation artifact is valid. - name: Re-download artifact (publish workflow pre-validation) if: steps.artifact_meta.outputs.name != '' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ steps.artifact_meta.outputs.name }} path: html diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 09dc275e..72e08e1a 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -368,7 +368,7 @@ jobs: echo "SDK Version: $VERSION" - name: Download all artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: ${{ github.workspace }}/artifacts diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index af55e60a..7a030c96 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download docs artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ needs.validate.outputs.artifact_name }} path: html