diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 1bcecd94..17ed8e43 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -40,7 +40,7 @@ jobs: password: ${{ secrets.password }} - name: Extract executable - uses: shrink/actions-docker-extract@v2 + uses: shrink/actions-docker-extract@v3 id: extract with: image: ${{ secrets.registry }}/${{ inputs.name }}:${{ inputs.tag }}-${{ matrix.platform }}-${{ matrix.architecture }}