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